ShellComboBoxShowOption Enumeration |
A bit-field of flags for specifying the contents of the ShellCombo instance.
Namespace:
Jam.Shell.WPF.Controls
Assembly:
ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax [FlagsAttribute]
public enum ShowOption
<FlagsAttribute>
Public Enumeration ShowOption
[FlagsAttribute]
public enum class ShowOption
[<FlagsAttribute>]
type ShowOption
Members
| Member name | Value | Description |
---|
| DesktopContent | 1 | Include the subfolders of the Desktop directory as drop down items. |
| Drives | 2 | Include the contents of Drives as drop down items. |
| Documents | 4 | Include special folder "Documents" as drop down item. |
| Network | 8 | Include "network" as drop down item. |
| RecycleBin | 16 | Include recycle bin as drop down item. |
Remarks This property does not have any effect if the ItemsSource property is specified.
See Also