ShellTreeViewShowRecycleBin Property |
If set to true, the recycly bin will be visible. If set to false, the recycle bin will be hidden.
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