탭 » Api

gettabitemheight

Description

탭 아이템의 높이(height)를 가져오는 API이다.

Return Value

Type Description
short 탭 아이템 높이(height)

Example

function btnGettabitemheight_on_mouseup() { var nHeight = tabTest.gettabitemheight(); screen.alert("탭 아이템의 높이 : " + nHeight); }

See Also

settabitemheight

Viewer Ver.

9.1.1.1

Update Date

20110329