현재 화면에 select box가 보여지고 있는지 여부를 가져오는 API이다.
function btnisshowselectbox_on_mouseup() { screen.alert("listbox show여부 : " + cbTest.isshowselectbox()); }