| VistaFileDialogDefaultExt Property |
Gets or sets the default file name extension.
Namespace:
Ookii.Dialogs
Assembly:
Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string DefaultExt { get; set; }
Public Property DefaultExt As String
Get
Set
public:
property String^ DefaultExt {
String^ get ();
void set (String^ value);
}
member DefaultExt : string with get, set
Property Value
Type:
String
The default file name extension. The returned string does not include the period. The default value is an empty string ("").
See Also