Click or drag to resize

ShellComboBoxShowOptions Property

Items to include in the drop down list unless an own ItemsSource is specified.

Namespace:  Jam.Shell.WPF.Controls
Assembly:  ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax
public ShellComboBoxShowOption ShowOptions { get; set; }

Property Value

Type: ShellComboBoxShowOption
A flag collection, e.g. ShowOption.Drives | ShowOption.DesktopContent.
See Also