API:Vcl.ComCtrls.TComboBoxEx.StyleEx

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StyleEx: TComboBoxExStyles read FStyleEx write SetStyleEx default 0;

C++

__property StyleEx = {default=0};

Properties

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

Description

Determines the appearance and behavior of the items in the list.

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

Determines the appearance and behavior of the items in the list.

Set StyleEx to configure how the items in the list look and behave.

See Also