Vcl.ExtCtrls.TCustomCategoryPanelGroup.ChevronColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ChevronColor: TColor read FChevronColor write SetChevronColor default clBlack;

C++

__property System::Uitypes::TColor ChevronColor = {read=FChevronColor, write=SetChevronColor, default=0};

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 normal state.

Use the ChevronColor property to select the color of the default normal chevron of the category panels in the category panel group. This property has no effect if the category panel overrides the default normal chevron with the CollapsedImageIndex property or the ExpandedImageIndex property.

See Also