탭 » Api
gettabitemxbuttonhorzalignex
Description
해당 탭아이템의 닫기 버튼을 탭아이템내의 정렬상태를 반환하는 API이다.
반환되는 값
0 : 왼쪽
1 : 오른쪽
Parameters
Parameters |
Type |
Description |
nTabItem |
short |
탭아이템 Index |
Return Value
Type |
Description |
BOOL |
좌우 정렬 값 |
Example
function btnTest_on_mouseup()
{
if(tabTest.gettabitemxbuttonhorzalignex(0) == 0) {
factory.consoleprint("left..");
} else {
factory.consoleprint("right..");
}
}
See Also
settabitemxbuttonhorzalign
settabitemxbuttonhorzalignex
gettabitemxbuttonhorzalign
Viewer Ver.
9.1.1.1
Update Date
20110825