토글버튼 » Api

setonforecolor

Description

토글버튼 on상태 글자색을 설정하는 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 없음

Remark

* 토글버튼 on_fore_color 속성값과 동일하다.

Example

function setonforecolor_on_mouseup(objInst) { // 글자색초록색지정 togglebtn.setonforecolor(245,1,1); }

See Also

getonforecolor

Viewer Ver.

9.1.1.1

Update Date

20161216