System.Windows.Forms.TextBox.AutoCompleteCustomSource Property

Gets or sets a custom System.Collections.Specialized.StringCollection to use when the TextBox.AutoCompleteSource property is set to CustomSource.

Syntax

[System.ComponentModel.Editor("System.Windows.Forms.Design.ListControlStringCollectionEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.ComponentModel.Localizable(true)]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Always)]
[System.ComponentModel.Browsable(true)]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]
public AutoCompleteStringCollection AutoCompleteCustomSource { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the TextBox.AutoCompleteCustomSource, TextBox.AutoCompleteMode, and TextBox.AutoCompleteSource properties to create a System.Windows.Forms.TextBox that automatically completes input strings by comparing the prefix being entered to the prefixes of all strings in a maintained source. This is useful for System.Windows.Forms.TextBox controls in which URLs, addresses, file names, or commands will be frequently entered.

The use of the TextBox.AutoCompleteCustomSource property is optional, but you must set the TextBox.AutoCompleteSource property to CustomSource in order to use TextBox.AutoCompleteCustomSource.

You must use the TextBox.AutoCompleteMode and TextBox.AutoCompleteSource properties together.

Note:

The operating system might limit the number of custom strings that it can display at once.

Requirements

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