탭아이템의 닫기 버튼의 좌우 마진을 설정하는 API이다.
Parameters | Type | Description |
---|---|---|
nHorzMargin | short | 좌우 마진값 |
Type | Description |
---|---|
void |
**Remark 탭 속성과 탭아이템에 있는 속성 중 텝아이템에 있는 속성이 우선 적용되며 해당 API는 탭전체 xbuttonhorzmargin 속성에 대한 설정이다.
function btnTest_on_mouseup()
{
// 좌우마진을 8로 설정
tabTest.settabitemxbuttonhorzmargin(8);
}