메뉴버튼 » Api

getmenuboxbottom

Description

메뉴버튼 박스의 bottom 값을 가져오는 API이다.

Return Value

Type Description
short 메뉴버튼 박스의 bottom 값

Remark

* bottom 값은 (y + height) 값과 같다.

Example

function btngetbottom_on_mouseup() { screen.alert(menubtn.getmenuboxbottom()); }

See Also

getmenuboxheight
getmenuboxleft
getmenuboxright
getmenuboxtop
getmenuboxwidth

Viewer Ver.

9.1.1.1

Update Date

20180917