토글버튼 off상태 툴팁텍스트를 설정하는 API이다.
Parameters | Type | Description |
---|---|---|
strOffTooltip | STRING | off상태 툴팁텍스트 |
Type | Description |
---|---|
STRING | 툴팁 텍스트 |
* 토글버튼의 off_tooltip 속성값과 동일하다.
function btnsetofftooltip_on_mouseup(objInst)
{
screen.alert("change OFF tooltip");
}