TdxCustomRibbon.OnTabGroupCollapsed Event
In This Article
Fires after the AGroup has been collapsed within the Ribbon tab passed as the ATab parameter.
#Declaration
Delphi
property OnTabGroupCollapsed: TdxRibbonTabGroupNotifyEvent read; write;
#Remarks
When a tab group within a tab is expanded, the OnTabGroupExpanded event is raised.
Use a Ribbon tab group‘s CanCollapse and Restriction properties to specify if this tab group can be collapsed and/or expanded when the Ribbon control is horizontally sized.
See Also