콤보 값 최대 선택 개수 (0이면 무제한)를 반환하는 API이다.
function btnTest_on_mousedown(objInst) { screen.alert(combo.getmaxselectcount()); combo.setmaxselectcount(0); }