Vcl.ExtCtrls.TCategoryPanelGroup.ChevronHotColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ChevronHotColor: TColor read FChevronHotColor write SetChevronHotColor default 8421504;

C++

__property ChevronHotColor = {default=8421504};

Properties

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

Description

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

Vcl.ExtCtrls.TCategoryPanelGroup.ChevronHotColor inherits from Vcl.ExtCtrls.TCustomCategoryPanelGroup.ChevronHotColor. All content below this line refers to Vcl.ExtCtrls.TCustomCategoryPanelGroup.ChevronHotColor.

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