Vcl.ExtCtrls.TCustomCategoryPanel.CollapsedImageIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CollapsedImageIndex: TImageIndex read FCollapsedImageIndex write SetCollapsedImageIndex default -1;

C++

__property System::Uitypes::TImageIndex CollapsedImageIndex = {read=FCollapsedImageIndex, write=SetCollapsedImageIndex, default=-1};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomCategoryPanel

Description

Determines which image is displayed as the chevron when the category panel is collapsed and the mouse is not hovering over the header..

Set CollapsedImageIndex to associate the cheveron with one of the images in the Images property of the parent CateogryPanelGroup. The selected image will be displayed when the category panel is in the collapsed state while the mouse is outside of the area of the header. This property has no effect if the HeaderStyle property of the parent panel group is set to hsThemed.

See Also