AutoCompleteTextBox.AutoCompleteSource Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the collection used for the auto complete source.
public:
property System::Collections::IList ^ AutoCompleteSource { System::Collections::IList ^ get(); void set(System::Collections::IList ^ value); };
public System.Collections.IList AutoCompleteSource { get; set; }
member this.AutoCompleteSource : System.Collections.IList with get, set
Public Property AutoCompleteSource As IList