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