필드 버튼의 숨김/보이기 여부(button_hidden 속성값)를 반환하는 API입니다.
function btn_on_mouseup(objInst) { // 버튼 표시 토글 처리 fld.setbuttonhidden(!fld.getbuttonhidden()); }