ShellTreeViewFileNameFormat Property |
Specifies, whether filename are presented with file extensions or not. By default, this depends on the respective setting in Windows Explorer.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public FileNameFormat FileNameFormat { get; set; }
Public Property FileNameFormat As FileNameFormat
Get
Set
public:
property FileNameFormat FileNameFormat {
FileNameFormat get ();
void set (FileNameFormat value);
}
member FileNameFormat : FileNameFormat with get, set
Property Value
Type:
FileNameFormatThe file name format.
Remarks See Also