지정한 탭 아이템의 타이틀바 텍스트를 설정하는 API이다.
Parameters | Type | Description |
---|---|---|
nTabItem | short | 탭 아이템 인덱스 |
strTitleBarText | STRING | 타이틀바 텍스트 |
Type | Description |
---|---|
BOOL | 정상처리 여부 |
function btnSettabitemtitlebartext_on_mouseup()
{
//1번째 탭 아이템의 타이틀바 텍스트를 설정한다.
tabTest.settabitemtitlebartext(1, "타이틀바 텍스트");
}