ShellComboBoxShowDrives Property |
If set to true, the ShellComboBox includes the Drives installed in the System.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public bool ShowDrives { get; set; }
Public Property ShowDrives As Boolean
Get
Set
public:
property bool ShowDrives {
bool get ();
void set (bool value);
}
member ShowDrives : bool with get, set
Property Value
Type:
BooleanSee Also