버튼 » Api

gettooltipshowtype

Description

버튼의 tooltip_showtype 속성값을 가져오는 API이다.

Return Value

Type Description
short tooltip_showtype 속성값

Example

function btn_on_mouseup() { var tooltip_showtype; tooltip_showtype = btnTest.gettooltipshowtype(); factory.consoleprint("tooltip_showtype = " + tooltip_showtype); if (tooltip_showtype == 1) { btnTest.settooltipshowtype(2); } else { btnTest.settooltipshowtype(1); } tooltip_showtype = btnTest.gettooltipshowtype(); factory.consoleprint("tooltip_showtype = " + tooltip_showtype); }

See Also

settooltipshowtype

Viewer Ver.

24.11.12.1

Update Date

20241112