Indicates leftmost/topmost position the split bar can be moved.
Type
Description
Long
A Long expression that specifies the leftmost/topmost position the split bar can be
moved
The MoveTo method moves programmatically the
split bar to specified position. For instance, MoveTo( Min ) moves the split
bar and its associated objects to the left/top-most position. The Min property indicates leftmost/topmost position the split bar can be moved.
The Max property indicates rightmost/bottommost position the split bar can be moved. The LimitLT
property specifies the expression that determines the limit to drag the splitter to left/top side of its container.
The LimitRB property specifies the expression that determines the limit to drag the splitter to
right/bottom side of its container. 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. 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 Enabled
property specifies whether the control is enabled or disabled. The HideOnLimit
property gets or sets a value that indicates whether the splitting objects are hidden when the split bar is closed to its limit.