button_type 속성값을 반환하는 API입니다.
function btn_on_mouseup(objInst) { screen.alert("button_type = " + btn.getbuttontype()); }