property SplitBar.Enabled as Boolean
Enables or disables the control.

TypeDescription
Boolean A Boolean expression that specifies whether the control is enabled or disabled.
By default, the Enabled property is True. The Enabled property specifies whether the control is enabled or disabled. You can use the Enabled property, to disable splitting the control. You can disable dragging the split bar, if setting the Cancel parameter to True, during the DragStart event. The Cursor property specifies the shape of the cursor when the cursor is hovering the split bar. The control fires DragStart event when the user clicks the split bar ( start dragging the split bar ). The Drag event is fired contiguously while the split bar is dragging. The DragEnd event notifies your application that the user releases the split bar ( ends dragging the split bar ). The MoveTo method moves programmatically the split bar to specified position. The MoveOnDrop property specifies whether the objects to the left/top and right/bottom of the split bar are moved while dragging or just when the user drops the split bar. Use the Cursor property to specify the cursor that control displays when mouse pointer hovers the split bar.