TdxCustomRibbon.ActiveTab Property
Provides access to the currently selected Ribbon tab.
Declaration
property ActiveTab: TdxRibbonTab read; write;
Property Value
Type |
---|
TdxRibbonTab |
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