프로그래스바 » Api

getwindowright

Description

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

Return Value

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

Example

function btn_GetWindowRight_on_mouseup() { var nRight = btnTest.getwindowright(); screen.alert("버튼의 Right 위치 : " + nRight); }

See Also

getwindowbottom
getwindowleft
getwindowrect
getwindowtop

Viewer Ver.

9.1.1.1

Update Date

20170922