Vcl.ComCtrls.TCustomComboBoxEx.Style

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Style: TComboBoxExStyle read FStyle write SetStyle default csExDropDown;

C++

__property TComboBoxExStyle Style = {read=FStyle, write=SetStyle, default=0};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomComboBoxEx

Description

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