탭 타이틀바의 글자색을 설정하는 API이다.
Parameters | Type | Description |
---|---|---|
clrFore | COLOR | 타이틀바 글자색 |
Type | Description |
---|---|
void |
function btnSettitlebarforecolor_on_mouseup()
{
tabTest.settabitemtitlebartext(1, "title");
tabTest.settitlebarforecolor(factory.rgb(255, 0, 0));
}