Click or drag to resize

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
Members
  Member nameValueDescription
DesktopContent1Include the subfolders of the Desktop directory as drop down items.
Drives2Include the contents of Drives as drop down items.
Documents4Include special folder "Documents" as drop down item.
Network8Include "network" as drop down item.
RecycleBin16Include recycle bin as drop down item.
Remarks
This property does not have any effect if the ItemsSource property is specified.
See Also