메뉴버튼 » Api

setforecolorhover

Description

메뉴버튼 박스가 숨김 상태에서 호버시 글자색을 설정하는 API이다.

Parameters

Parameters Type Description
nRValue short Red 값(0~255)
nGValue short Green 값(0~255)
nBValue short Blue 값(0~255)

Return Value

Type Description
void 없음

Example

function btn_test_on_mouseup() { // 다운시 글자색 지정 menubtn.setforecolordown(0, 255, 0); // 호버시 글자색 지정 menubtn.setforecolorhover(255, 0, 0); }

See Also

setbackcolor
setbackcolorex
getforecolor
getbackcolor
setforecolorex

Viewer Ver.

9.1.1.1

Update Date

20190402