메뉴버튼 » Api

setmenuboxheight

Description

메뉴 박스의 높이를 설정한다.

Parameters

Parameters Type Description
nMenuBoxHeight long 메뉴 박스 높이

Return Value

Type Description
BOOL 정상 처리 여부

Example

function btn_on_mouseup() { // 메뉴버튼의 메뉴박스 height를 60px로 변경 menuBtn.setmenuboxheight(60); }

See Also

getmenuboxheight

Viewer Ver.

9.1.1.1

Update Date

20200318