탭 » Api

settabitemtitlebartext

Description

지정한 탭 아이템의 타이틀바 텍스트를 설정하는 API이다.

Parameters

Parameters Type Description
nTabItem short 탭 아이템 인덱스
strTitleBarText STRING 타이틀바 텍스트

Return Value

Type Description
BOOL 정상처리 여부

Example

function btnSettabitemtitlebartext_on_mouseup() { //1번째 탭 아이템의 타이틀바 텍스트를 설정한다. tabTest.settabitemtitlebartext(1, "타이틀바 텍스트"); }

Viewer Ver.

9.1.1.1

Update Date

20210617