모바일 » Api

gettop

Description

컨트롤의 윗쪽(y) 위치값을 반환하는 API이다.

Return Value

Type Description
short 컨트롤 윗쪽(y) 위치값

Remark

* 컨트롤 속성의 y 값과 같다.

Example

function btn_gettop_on_mouseup() { screen.alert(btnTest.gettop()); }

See Also

getbottom
getheight
getleft
getright
getwidth

Viewer Ver.

9.1.1.1

Update Date

20110405