property SplitBar.Cursor as Variant
Gets or sets the cursor that is displayed when the mouse pointer hovers the control.

TypeDescription
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.
By default, the Cursor property is "exDefault", which indicates that the split bar determines the shape of the cursor based on the split bar's mode. The Mode property specifies whether the split bar moves objects horizontally or vertically. When the Mode property is set to exSplitBarHorz, the control resizes any controls that lie above or below it, and when the Mode is set to exSplitBarVert, it resizes controls that lie to its left or right. Use the Cursor property to specify the cursor that control displays when mouse pointer hovers the split bar. The Cursor property has no effect if the split bar is disabled. The Enabled property specifies whether the control is enabled or disabled. 

Here's the list of predefined values ( string expressions ):