Vcl.ExtCtrls.TCustomColorBox.Style

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Style: TColorBoxStyle read FStyle write SetStyle  default [cbStandardColors, cbExtendedColors, cbSystemColors];

C++

__property TColorBoxStyle Style = {read=FStyle, write=SetStyle, default=7};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomColorBox

Description

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