콤보박스에 mobile_keyboard속성값을 반환하는 API이다.
function btntest_on_mouseup() { screen.alert("콤보박스 mobile_keyboard 속성값 : " + combo.getmobilekeyboard()); }