ToolStripComboBox::AutoCompleteMode Property
.NET Framework (current version)
Gets or sets a value that indicates the text completion behavior of the ToolStripComboBox.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [BrowsableAttribute(true)] property AutoCompleteMode AutoCompleteMode { AutoCompleteMode get(); void set(AutoCompleteMode value); }
Property Value
Type: System.Windows.Forms::AutoCompleteModeOne of the AutoCompleteMode values. The default is None.
Use the AutoCompleteMode property to get or set the behavior of automatic completion.
The following code example demonstrates the syntax for setting various ToolStripComboBox properties, including the AutoCompleteMode property.
.NET Framework
Available since 2.0
Available since 2.0
Show: