Vcl.ExtCtrls.TCustomCategoryPanelGroup.ChevronHotColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ChevronHotColor: TColor read FChevronHotColor write SetChevronHotColor default clGray;

C++

__property System::Uitypes::TColor ChevronHotColor = {read=FChevronHotColor, write=SetChevronHotColor, default=8421504};

Properties

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

Description

Specifies the color of the default chevron in the hot state.

Use the ChevronHotColor property to select the color of the default hot chevron of the category panels in the category panel group. This property has no effect if the category panel overrides the default hot chevron color with the CollpasedHotImageIndex property or the ExpandedHotImageIndex property.

See Also