Vcl.ExtCtrls.TCategoryPanel.Collapsed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Collapsed: Boolean read FCollapsed write SetCollapsed default 0;

C++

__property Collapsed = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCategoryPanel

Description

Specifies whether the category panel is collapsed.

Vcl.ExtCtrls.TCategoryPanel.Collapsed inherits from Vcl.ExtCtrls.TCustomCategoryPanel.Collapsed. All content below this line refers to Vcl.ExtCtrls.TCustomCategoryPanel.Collapsed.

Specifies whether the category panel is collapsed.

Use Collapsed to determine if the category panel is in a collapsed state. It can also be used to cause the category panel to collapse or expand.

See Also