System.Windows.Forms.ToolStripComboBox.AutoCompleteSource Property

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

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

Use the ToolStripComboBox.AutoCompleteSource property to get or set automatic completion strings.

Requirements

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