HTML에디터 » Api

getmenubarshow

Description

HTML에디터의 메뉴바 표시 여부를 리턴하는 API이다.

Return Value

Type Description
BOOL 메뉴바 표시 여부

Example

function btn_setmenubarshow_on_mouseup(objInst) { if (htmleditor.getmenubarshow()) { htmleditor.setmenubarshow(false); } else { htmleditor.setmenubarshow(true); } }

See Also

setmenubarshow

Viewer Ver.

9.1.1.1

Update Date

20190829