탭 » Api

settabitemwidth

Description

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

Parameters

Parameters Type Description
nTabItem short 너비를 변경할 탭 아이템 인덱스
nWidth short 탭 아이템 너비

Return Value

Type Description
BOOL 정상 적용 여부(true, false)

Example

function btnSettabitemwidth_on_mouseup() { tabTest.settabitemwidth(1, 150); }

See Also

gettabitemwidth

Viewer Ver.

9.1.1.1

Update Date

20110330