ShellComboBoxShowDrives Property |
If set to true, the ShellComboBox includes the Drives installed in the System.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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
Boolean
See Also