탭 » Api

gettabitemmousecursor

Description

탭 아이템의 현재 마우스 커서 모양을 반환한다.

Parameters

Parameters Type Description
nTabItem short 탭 아이템 인덱스

Return Value

Type Description
short 탭 아이템 마우스 커서 타입

Remark

커서모양 상수값

Example

function btnGetCursor_on_mouseup() { var cursor_type = tab.gettabitemmousecursor(); screen.alert("커서 타입:" + cursor_type); }

See Also

settabitemmousecursor

Viewer Ver.

9.1.1.1

Update Date

20161118