UserControlFileEditor.Filter Property

Definition

Gets the file name filter string used to determine the items that appear in the file list of the dialog box.

protected:
 virtual property System::String ^ Filter { System::String ^ get(); };
protected override string Filter { get; }
member this.Filter : string
Protected Overrides ReadOnly Property Filter As String

Property Value

A string that filters the list of files available in the dialog box, such as "*.txt".

Applies to

See also