ShellListViewShowFolders Property |
The property ShowFolders allows you to include the folders in the
ShellListView, similar to FrontPage 2000.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public 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
Type:
BooleanSee Also