데이트피커 » Api

setmousecursor

Description

데이트피커의 마우스 커서 모양을 설정하는 API이다.

Parameters

Parameters Type Description
nMouseCursor short 마우스 커서 상수(*Remark 참조)

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() { datepicker.setmousecursor(XFD_CURSOR_HAND); }

Viewer Ver.

9.1.1.1

Update Date

20210617