토글버튼 » Api

getstate

Description

토글버튼 상태 값을 반환하는 API이다.

Return Value

Type Description
BOOL 토글버튼 상태값 (true이면 on상태, false이면 off상태)

Example

function getpushstate_on_mouseup(objInst) { screen.alert(togglebtn.getstate()); }

See Also

setstate

Viewer Ver.

9.1.1.1

Update Date

20190208