컨트롤의 윗쪽(y) 위치값을 반환하는 API이다.
* 컨트롤 속성의 y 값과 같다.
function btn_gettop_on_mouseup() { screen.alert(btnTest.gettop()); }