Vcl.Ribbon.TCustomRibbonGroup.CanCollapse

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CanCollapse: Boolean read GetCanCollapse;

C++

__property bool CanCollapse = {read=GetCanCollapse, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbonGroup

Description

Determine whether group can be displayed collapsed.

CanCollapse determines whether the group can be displayed in the collapsed state. If there is only one control on the group, that group cannot be displayed as collapsed.