한글필드 » Api

getbuttonhidden

Description

필드 버튼의 숨김/보이기 여부(button_hidden 속성값)를 반환하는 API입니다.

Return Value

Type Description
BOOL 버튼 보이기/숨김 여부 (button_hidden 속성값)

Example

function btn_on_mouseup(objInst) { // 버튼 표시 토글 처리 fld.setbuttonhidden(!fld.getbuttonhidden()); }

See Also

setbuttonhidden

Viewer Ver.

9.1.1.1

Update Date

20230608