ShellSystemListShowFolders Property |
The property ShowFolders allows you to include the folders in the
ShellListView, similar to FrontPage 2000.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic bool ShowFolders { get; set; }Public Property ShowFolders As Boolean
Get
Set
public:
property bool ShowFolders {
bool get ();
void set (bool value);
}member ShowFolders : bool with get, set
Property Value
Boolean
See Also