Vcl.ExtCtrls.TColorBox.Style

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Style: TColorBoxStyle read FStyle write SetStyle default 7;

C++

__property Style = {default=7};

Properties

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

Description

Controls what colors are listed and how their names are formatted.

Vcl.ExtCtrls.TColorBox.Style inherits from Vcl.ExtCtrls.TCustomColorBox.Style. All content below this line refers to Vcl.ExtCtrls.TCustomColorBox.Style.

Controls what colors are listed and how their names are formatted.

Use Style to configure what colors appear in the list and how the names appear. Style is a set that includes 0 or more of the TColorBoxStyles flags.

See Also