TdxRibbonTab.Context Property
Specifies the currently processed tab’s context.
Declaration
property Context: TdxRibbonContext read; write;
Property Value
Type |
---|
TdxRibbonContext |
Remarks
Use this property to associate a tab with one of the application contexts declared within the Ribbon’s Contexts collection. Once associated, the tab will be displayed as a contextual tab if the corresponding context is active or visible. At design time, you can select a context from the dropdown list provided by the Context property.
To unassociate a tab with any application context, assign nil to the tab’s Context property. To accomplish this at design time, select ‘<none>’ within the property’s dropdown list.
See Also