The space between the splitter's bottom limit and the obstacle below it.
Usage
Set_Property(OLECtrlEntID, "OLE.BottomMargin", Value)
Values
Value can be any positive or negative whole number:
Default: 0
Remarks
The BottomMargin establishes a buffer between the splitter's bottom most limit and the obstacle beneath the splitter. There are two possible obstacles: the bottom edge of the form or another splitter bar. When set to zero, which is the default, the splitter can be dragged all the way to the obstacle. If for instance you set this to 100, then the user can only drag up to 100 pixels away from the obstacle.
This property only pertains to splitters whose Orientation is Horizontal.
Example
// Set the bottom margin to 100 pixels Set_Property(@Window:".OLE_SPLITTER", "OLE.BottomMargin", 100)