property SplitBar.Cursor as Variant
Gets or sets the cursor that is displayed when the mouse pointer hovers the control.
| | Type | Description | |
| |
Variant |
The VARIANT expression that could be:
- A string expression that indicates a predefined value listed bellow
- A string expression that indicates the path to a cursor file
- A long expression that indicates the handle of the cursor.
| |