Use Bottom From Bottom

Friendly Name Use Bottom From Bottom
API Name UseBottomFromBottom
Type Long
Restrictions Must be 0, 1, or valid splitter ID
Get Function   (dcl-Control-GetUseBottomFromBottom <CONTROL>)
Set Function   (dcl-Control-SetUseBottomFromBottom <CONTROL> NewValue [as Long])
Applies To All Controls

This property controls the relationship between the Top, Bottom From Bottom, and Height properties, as follows:

Value Meaning
0 Control height is fixed. Bottom From Bottom property changes when Height is changed, or when parent window's height changes.
1 Control height is relative to the bottom edge of the parent window. Height property changes when Bottom From Bottom is changed, or when parent window's height changes.
10+ Control is positioned relative to a splitter. The value represents the splitter ID. Height property changes when Bottom From Bottom is changed, or when splitter position changes.