토글버튼 » Api

getonforecolor

Description

토글버튼 on상태일 때 글자색상값을 반환하는 API이다.

Return Value

Type Description
STRING 토글버튼 on상태일 때 글자색상값

Example

function getonforecolor_on_mouseup(objInst) { //토글버튼 on상태 글자색을 가져와서 btngetheight컴포넌트 글자색 바꾸기 var clrFore = togglebtn.getonforecolor(); btngetheight.setforecolorex(clrFore); }

See Also

setonforecolor

Viewer Ver.

9.1.1.1

Update Date

20161216