System.Windows.Forms.ToolStripComboBox.AutoCompleteMode Property

Gets or sets a value that indicates the text completion behavior of the System.Windows.Forms.ToolStripComboBox.

Syntax

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Always)]
[System.ComponentModel.DefaultValue(System.Windows.Forms.AutoCompleteMode.None)]
[System.ComponentModel.Browsable(true)]
public AutoCompleteMode AutoCompleteMode { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the ToolStripComboBox.AutoCompleteMode property to get or set the behavior of automatic completion.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0