TdxCustomRibbon.ActiveTab Property
In This Article
Provides access to the currently selected Ribbon tab.
#Declaration
Delphi
property ActiveTab: TdxRibbonTab read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
End-users can access one tabbed page at a time via the corresponding Ribbon tab.
Use the ActiveTab property to programmatically select the required page.
See Also