Property | Type | Description | |
---|---|---|---|
AppStarting | Win32Cursor, | ||
Arrow | Win32Cursor, | ||
Cross | Win32Cursor, | ||
Help | Win32Cursor | ||
IBeam | Win32Cursor | ||
Icon | Win32Cursor | ||
None | Win32Cursor | ||
Size | Win32Cursor | ||
SizeAll | Win32Cursor | ||
SizeNESW | Win32Cursor | ||
SizeNS | Win32Cursor | ||
SizeNWSE | Win32Cursor | ||
SizeWE | Win32Cursor | ||
UpArrow | Win32Cursor | ||
Wait | Win32Cursor |
Method | Description | |
---|---|---|
Hide ( ) : bool | ||
MakeVisible ( ) : void | ||
MoveBy ( int x, int y ) : bool | ||
MoveTo ( int x, int y ) : bool |
MoveTo Moves the Cursor to the specified location, in the current focuswindow's client coordinates. If the cursor is hidden, it will still move, but it won't get automatically displayed.
|
|
Show ( ) : bool | ||
Win32Cursor ( int ident ) : System |
Method | Description | |
---|---|---|
CreateCursor ( IntPtr hInst, int xHotSpot, int yHotSpot, int nWidth, int nHeight, byte &pvANDPlane, byte &pvXORPlane ) : IntPtr | ||
LoadCursor ( IntPtr hInstance, int lpCursorName ) : IntPtr | ||
SetCursor ( IntPtr hCursor ) : int | ||
SetCursorPos ( int X, int Y ) : bool | ||
ShowCursor ( bool bShow ) : int |