탭 아이템의 현재 마우스 커서 모양을 반환한다.
| Parameters | Type | Description |
|---|---|---|
| nTabItem | short | 탭 아이템 인덱스 |
| Type | Description |
|---|---|
| short | 탭 아이템 마우스 커서 타입 |
커서모양 상수값
function btnGetCursor_on_mouseup()
{
var cursor_type = tab.gettabitemmousecursor();
screen.alert("커서 타입:" + cursor_type);
}