라디오그룹 » Api

setmousecursor

Description

라디오그룹에 마우스 오버되었을 때 마우스 커서 종류를 변경하는 API이다.

Parameters

Parameters Type Description
nMouseCursor short 마우스 오버되었을 때 마우스 커서 종류

Return Value

Type Description
void 없음

Remark

**nMouseCursor (마우스 커서 종류) 상수

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 screen_on_load() { radiogroup.setmousecursor(XFD_CURSOR_HAND, true); }

Viewer Ver.

9.1.1.1

Update Date

20210514