컨트롤의 왼쪽(x) 위치값을 반환하는 API이다.
* 컨트롤 속성의 x 값과 같다.
function btn_getleft_on_mouseup() { screen.alert(btnTest.getleft()); }