화면 » Api

getmenuypos

Description

메뉴의 윈도우(모니터) 상의 Y 좌표를 가져오는 API이다.

Return Value

Type Description
short 메뉴의 모니터 상 Y 좌표

Example

function btn_getmenuypos_on_mouseup() { var srcMenu = factory.findmenu("menu"); if(factory.isobject(srcMenu)) { screen.alert(srcMenu.getmenuypos()); } }

See Also

getmenuheight
getmenuwidth
getmenuxpos

Viewer Ver.

9.1.1.1

Update Date

20110414