토글버튼 » Api

setstate

Description

토글버튼 상태를 설정하는 API이다.

Parameters

Parameters Type Description
bOnState BOOL 토글버튼 상태설정(true이면 on상태, false이면 off상태)

Return Value

Type Description
void 없음

Example

function setstate_on_mouseup(objInst) { // 토글버튼을 off 상태로 바꾸기 togglebtn.setstate(false); }

See Also

getstate

Viewer Ver.

9.1.1.1

Update Date

20190208