ShellComboBoxShowRecycleBin Property |
If set to true, the ShellCombo will show the Recycle Bin icon.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public 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
Type:
BooleanSee Also