Use Right From Right

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

This property controls the relationship between the Left, Left From Right, and Width properties, as follows:

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