ShellListViewShowFiles Property |
If set to true, files will be shown in the control.
If set to false, files will not be visible in the control.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax public bool ShowFiles { get; set; }
Public Property ShowFiles As Boolean
Get
Set
public:
property bool ShowFiles {
bool get ();
void set (bool value);
}
member ShowFiles : bool with get, set
Property Value
Type:
BooleanSee Also