ToolStripComboBox::AutoCompleteSource Property

 

Gets or sets the source of complete strings used for automatic completion.

Namespace:   System.Windows.Forms
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::AutoCompleteSource

One 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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: