ToolStripComboBox::AutoCompleteMode Property

 

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

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

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

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

.NET Framework
Available since 2.0
Return to top
Show: