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