컨트롤의 높이(height)값을 변경하는 API이다.
| Parameters | Type | Description |
|---|---|---|
| height | short | 높이(height)값 |
| Type | Description |
|---|---|
| short | 높이(height)값 |
트랙의 height는 settrackheight API로 변경해야 한다.
function btn_setheight_on_mouseup()
{
// 컨트롤의 height를 500px로 변경
btnTest.setheight(500);
}