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