토글버튼 off상태일 때 글자색상값을 반환하는 API이다.
Type | Description |
---|---|
STRING | 토글버튼 off상태일 때 글자색상값 |
function getoffforecolor_on_mouseup(objInst)
{
//토글버튼 off상태 글자색을 가져와서 btngetheight컴포넌트 글자색 바꾸기
var clrFore = togglebtn.getoffforecolor();
btngetheight.setforecolorex(clrFore);
}