ShellListViewShowRecycleBin Property |
If set to true, the recycle bin will be visible. If set to false, the recycle bin will be hidden
(the default value is true).
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic bool ShowRecycleBin { get; set; }
Public Property ShowRecycleBin As Boolean
Get
Set
public:
property bool ShowRecycleBin {
bool get ();
void set (bool value);
}
member ShowRecycleBin : bool with get, set
Property Value
Boolean
See Also