Vcl.ExtCtrls.TCategoryPanelGroup.ChevronColor

From RAD Studio API Documentation

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. {{#multireplace:Vcl.ExtCtrls.TCategoryPanelGroup.ChevronColor|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.ExtCtrls.TCustomCategoryPanelGroup.ChevronColor|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.ExtCtrls.TCustomCategoryPanelGroup.ChevronColor|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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