FileDialogFilter.Description Property

Definition

Returns the description of each FileDialogFilter object as a String value.

public:
 property System::String ^ Description { System::String ^ get(); };
public string Description { get; }
member this.Description : string
Public ReadOnly Property Description As String

Property Value

Remarks

The description is the text that is displayed in the File dialog box.

Applies to