토글버튼 » Api

getoffforecolor

Description

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

Return Value

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

Example

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

See Also

setoffforecolor

Viewer Ver.

9.1.1.1

Update Date

20161216