탭 » Api
settabitemxbuttonhorzmarginex
Description
해당 탭아이템의 닫기 버튼의 좌우 마진을 설정하는 API이다.
Parameters
Parameters |
Type |
Description |
nTabItem |
short |
탭아이템 Index |
nHorzMargin |
short |
좌우 마진값 |
Return Value
Type |
Description |
BOOL |
성공/실패여부 |
Remark
**Remark
탭 속성과 탭아이템에 있는 속성 중 텝아이템에 있는 속성이 우선 적용되며 해당 API는 탭아이템 xbuttonhorzmargin 속성에 대한 설정이다.
Example
function btnTest_on_mouseup()
{
// 0번째 탭아이템의 닫기버튼 좌우마진을 8로 설정
tabTest.settabitemxbuttonhorzmargin(0, 8);
}
See Also
gettabitemxbuttonhorzmarginex
gettabitemxbuttonhorzmargin
settabitemxbuttonhorzmargin
Viewer Ver.
9.1.1.1
Update Date
20170516