AdvancedSaveFileDialogDefaultExt Property
Gets or sets default extension.
The dialog appends this extension to the file name if the user fails to type an extension.
The string should not contain a period (.). If this member is and the user fails to type an extension, no extension is appended.
Namespace: KGySoft.WinForms.ComponentsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
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
String