Vcl.ExtCtrls.TColorBox.AutoDropDown

From RAD Studio API Documentation

Delphi

property AutoDropDown: Boolean read FAutoDropDown write FAutoDropDown default 0;

C++

__property AutoDropDown = {default=0};

Properties

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

Description

Specifies whether the drop-down list drops down automatically in response to user keystrokes. {{#multireplace:Vcl.ExtCtrls.TColorBox.AutoDropDown|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.StdCtrls.TCustomComboBox.AutoDropDown|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.StdCtrls.TCustomComboBox.AutoDropDown|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Specifies whether the drop-down list drops down automatically in response to user keystrokes.

When AutoDropDown is true, the combo box automatically drops down its list when the user starts typing a string while the combo box has focus.

When AutoDropDown is false, the user must explicitly use the drop-down button to drop down the combo box list.

See Also