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

此属性控制“左”,“左”,“右”和“宽度”属性之间的关系,如下所示:

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.