PathEditDefaultExt Property |
Gets or sets the default file name extension.
Example: "txt"
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
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:
StringSee Also