콤보박스 » Api

isshowselectbox

Description

현재 화면에 select box가 보여지고 있는지 여부를 가져오는 API이다.

Return Value

Type Description
BOOL 현재 화면에 select box 보여지고 있는지 여부(true, false)

Example

function btnisshowselectbox_on_mouseup() { screen.alert("listbox show여부 : " + cbTest.isshowselectbox()); }

Viewer Ver.

9.1.1.1

Update Date

20110324