그리드 » Api

setitemmousecursor

Description

그리드 특정 아이템의 마우스커서 모양을 바꾸는 API이다.

Parameters

Parameters Type Description
nRow long 로우 인덱스
nColumn short 컬럼 인덱스
nCursor short 마우스커서 상수 (*Remark 참조)

Return Value

Type Description
BOOL 정상 적용 여부(true, false)

Remark

파라미터 nCursor 상수값

 XFD_CURSOR_ARROW = 0
 XFD_CURSOR_IBEAM = 1
 XFD_CURSOR_WAIT = 2
 XFD_CURSOR_CROSS = 3
 XFD_CURSOR_UPARROW = 4
 XFD_CURSOR_SIZENWSE = 5
 XFD_CURSOR_SIZENESW = 6
 XFD_CURSOR_SIZEWE = 7
 XFD_CURSOR_SIZENS = 8
 XFD_CURSOR_SIZEALL = 9
 XFD_CURSOR_NO = 10
 XFD_CURSOR_HAND = 11
 XFD_CURSOR_HELP = 12

Example

function btn_on_mouseup() { grd.setitemmousecursor(0, 0, 1); }

See Also

getitemmousecursor

Viewer Ver.

9.1.1.1

Update Date

20140519