TdxRibbonContexts.ActiveContext Property
Provides access to the application context that is currently active within the Ribbon.
Declaration
property ActiveContext: TdxRibbonContext read;
Property Value
| Type |
|---|
| TdxRibbonContext |
Remarks
This property returns nil if all contextual tabs are currently inactive.
Call a context’s Activate method to activate it within the Ribbon.
See Also