ShellComboBoxFileSystemOnly Property |
If this option is set to true, the ShellCombo will only show items of the filesystem and exclude virtual file items.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public bool FileSystemOnly { get; set; }
Public Property FileSystemOnly As Boolean
Get
Set
public:
property bool FileSystemOnly {
bool get ();
void set (bool value);
}
member FileSystemOnly : bool with get, set
Property Value
Type:
BooleanSee Also