Vcl.ExtCtrls.TCategoryPanelGroup.ChevronColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ChevronColor: TColor read FChevronColor write SetChevronColor default 0;

C++

__property ChevronColor = {default=0};

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

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

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