콤보박스의 편집가능 여부를 설정하는 API이다.
function btnseteditable_on_mouseup() { cbTest.seteditable(false); // 콤보편집 불가상태로 설정 }