토글버튼 off상태 비활성화 이미지를 설정하는 API이다.
Parameters | Type | Description |
---|---|---|
strImageUrl | STRING | 이미지 경로 |
Type | Description |
---|---|
void | 없음 |
** 토글버튼의 off_image_disable 속성에서 설정한 것과 동일한 기능을 한다.
function setoffimagedisable_on_mouseup(objInst)
{
togglebtn.setoffimagedisable("/xframe_logo.gif");
}