탭아이템의 닫기버튼 보이기/숨기기를 설정 하는 API이다.
Parameters | Type | Description |
---|---|---|
bShow | BOOL | 보이기/숨기기 |
Type | Description |
---|---|
void |
function btnTest_on_mouseup()
{
if(tabTest.gettabitemxbutton() == true) {
tabTest.settabitemxbutton(false);
} else {
tabTest.settabitemxbutton(true);
}
}