체크박스 표시 여부를 반환하는 API이다.
function btnTest_on_mousedown(objInst) { screen.alert(combo.getshowcheckbox()); combo.setshowcheckbox(true); }