탭 » Api
settabitemxbuttonhorzalignex
Description
해당 탭아이템의 닫기 버튼을 탭아이템내의 왼쪽에 위치 할건지 오른쪽에 위치할건지 설정하는 API이다.
파라미터 nHorzAlign 값
0 : 왼쪽
1 : 오른쪽
Parameters
Parameters |
Type |
Description |
nTabItem |
short |
탭아이템 Index |
nHorzAlign |
short |
정렬 상태(0:왼쪽, 1:오른쪽) |
Return Value
Type |
Description |
BOOL |
성공/실패 여부 |
Example
function btnTest_on_mouseup()
{
// left..
tabTest.settabitemxbuttonhorzalignex(0, 0);
// right..
tabTest2.settabitemxbuttonhorzalignex(0, 1);
}
See Also
settabitemxbuttonhorzalign
gettabitemxbuttonhorzalign
gettabitemxbuttonhorzalignex
Viewer Ver.
9.1.1.1
Update Date
20110825