그리드 » Api

getwindowbottom

Description

브라우저 페이지 상의 컨트롤 하단(bottom) 위치값을 반환하는 API이다.

Return Value

Type Description
short 브라우저 페이지상의 컨트롤 하단 위치값

Example

function btn_GetWindowBottom_on_mouseup() { var nBottom = btnTest.getwindowbottom(); screen.alert("버튼의 Bottom 위치 : " + nBottom); }

See Also

getwindowleft
getwindowright
getwindowrect
getwindowtop

Viewer Ver.

9.1.1.1

Update Date

20170922