버튼 » Api

settooltipshowtype

Description

버튼의 tooltip_showtype 속성값을 설정하는 API이다.

Parameters

Parameters Type Description
nTooltipShowtype short tooltip_showtype 속성값

Return Value

Type Description
BOOL 정상 처리 여부

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

gettooltipshowtype

Viewer Ver.

24.11.12.1

Update Date

20241112