ShellSystemListShowFiles 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 (in ShellBrowser.dll) Version: 7.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