TdxRibbonContexts.ActiveContext Property
In This Article
Provides access to the application context that is currently active within the Ribbon.
#Declaration
Delphi
property ActiveContext: TdxRibbonContext read;
#Property Value
Type |
---|
Tdx |
#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