TdxRibbonTabGroup.Restriction Property
In This Article
Allows you to prohibit the tab group from expanding and/or collapsing.
#Declaration
Delphi
property Restriction: TdxRibbonTabGroupRestriction read; write; default rtgrNone;
#Property Value
Type | Default |
---|---|
Tdx |
rtgr |
#Remarks
You can restrict certain tab group states using this property to ensure that a tab group layout remains immutable in response to Ribbon size changes in order to keep relevant commands prominently displayed.
Values include:
Value | Meaning |
---|---|
rtgr |
No restricted states – the tab group can be expanded and collapsed as described in the Can |
rtgr |
The tab group always remains in the collapsed state. |
rtgr |
The tab group is always in the large state and cannot be collapsed. The Can |
The default value of the Restriction property is rtgrNone.
See Also