스케쥴 » Api

getheight

Description

컨트롤의 높이(height)값을 반환하는 API이다.

Return Value

Type Description
short 높이(height)값

Example

function btn_getheight_on_mouseup() { var nHeight = btnTest.getheight(); // 컨트롤의높이를구함 screen.alert("버튼의높이는 " + nHeight + " 입니다."); }

See Also

getbottom
getleft
getright
getwidth
gettop

Viewer Ver.

9.1.1.1

Update Date

20110405