次の方法で共有


AutoCompleteTextBox.AutoCompleteSource Property

Definition

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

Property Value

Applies to