RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRibbonGroupCollapsedControl Class

Control used to represent a collapsed group on a tab.

Pascal
TRibbonGroupCollapsedControl = class(TGraphicControl, IRibbonKeyTip, IRibbonGroupDropdown);
C++
class TRibbonGroupCollapsedControl : public TGraphicControl, public IRibbonKeyTip, public IRibbonGroupDropdown;

TRibbonGroupCollapsedControl is a control used to represent a collapsed group on a tab. 

This class is used internally by the ribbon group to represent a group in the collapsed state. A group is collapsed when the GroupVariant property of the ribbon group is rgvCollapsed. This happens automatically when the ribbon is resized in such a way that the group is no longer completely visible within the current tab.

Note: This class is for internal use only.
 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!