메뉴버튼 » Api

setmenuboxwidth

Description

메뉴버튼 박스의 너비값(width)을 변경하는 API이다.

Parameters

Parameters Type Description
width short 메뉴버튼 박스의 너비값(width)

Return Value

Type Description
void

Example

function btn_setwidth_on_mouseup() { // 메뉴버튼 박스의 width를 500px로 변경 menubtn.setmenuboxwidth(500); }

See Also

getmenuboxwidth

Viewer Ver.

9.1.1.1

Update Date

20180917