Vcl.ComCtrls.TComboBoxEx.Style

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Style: TComboBoxExStyle read FStyle write SetStyle default 0;

C++

__property Style = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TComboBoxEx

Description

Determines the display style of the combo box.

Vcl.ComCtrls.TComboBoxEx.Style inherits from Vcl.ComCtrls.TCustomComboBoxEx.Style. All content below this line refers to Vcl.ComCtrls.TCustomComboBoxEx.Style.

Determines the display style of the combo box.

Set Style to specify how the list and edit region of the combo box should appear.

See Also