AutoCompletePathTextBox.FileSearchPattern Property

Definition

Gets or sets a collection containing file extention filters; When it is null (the default value) no file is listed on the auto completion popup.

public:
 property System::Collections::Generic::IEnumerable<System::String ^> ^ FileSearchPattern { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); void set(System::Collections::Generic::IEnumerable<System::String ^> ^ value); };
public System.Collections.Generic.IEnumerable<string> FileSearchPattern { get; set; }
member this.FileSearchPattern : seq<string> with get, set
Public Property FileSearchPattern As IEnumerable(Of String)

Property Value

Applies to