Vcl.Ribbon.TRibbonGroupCollapsedControl

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Controls.TGraphicControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTRibbonGroupCollapsedControl

Delphi

TRibbonGroupCollapsedControl = class(TGraphicControl, IRibbonKeyTip, IRibbonGroupDropdown)

C++

class PASCALIMPLEMENTATION TRibbonGroupCollapsedControl : public Vcl::Controls::TGraphicControl

Properties

Type Visibility Source Unit Parent
class public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon Vcl.Ribbon

Description

Control used to represent a collapsed group on a tab.

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.

See Also