토글버튼 » Api

gettoggletype

Description

토글버튼의 토글 타입을 반환하는 API이다.

Return Value

Type Description
short 토글버튼 토글 형식

Remark

반환값 0: horizontal, 1: vertical, 2: overlap

Example

function test_on_mouseup(objInst) { screen.alert(togglebtn.gettoggletype()); }

See Also

settoggletype

Viewer Ver.

9.1.1.1

Update Date

20190211