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