Microsoft DirectX 8.1 (C++) |
The CursorType property sets or retrieves the current cursor type.
Syntax
[ iCursorType = ] MSWebDVD.CursorType
Return Values
Returns an integer value representing the cursor type.
Remarks
The possible values for this property are:
Value | Description |
0 | Arrow |
1 | Zoom In |
2 | Zoom Out |
3 | Hand |
-1 | None |
This property is read/write with a default value of zero. When the picture is zoomed in, setting CursorType to Hand (0x3) puts the application into drag mode, enabling the user to move the image inside the video display area.