탭 » Api

gettabitemwidth

Description

지정한 탭 아이템의 너비(width)를 반환하는 API이다.

Parameters

Parameters Type Description
nTabItem short 탭 아이템 인덱스

Return Value

Type Description
short 탭 아이템 너비(width)

Remark

nTabItem 파라미터가 유효하지 않은 경우, -1 값이 리턴된다.

Example

function btnTest_on_mouseup() { var nTabItemWidth = tabTest.gettabitemwidth(0); screen.alert("너비 : " + nTabItemWidth); }

See Also

settabitemwidth

Viewer Ver.

9.1.1.1

Update Date

20190307