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; }
Public Property ShowOptions As ShellComboBoxShowOption
Get
Set
public:
property ShellComboBoxShowOption ShowOptions {
ShellComboBoxShowOption get ();
void set (ShellComboBoxShowOption value);
}
member ShowOptions : ShellComboBoxShowOption with get, set
Property Value
Type:
ShellComboBoxShowOptionA flag collection, e.g. ShowOption.Drives | ShowOption.DesktopContent.
See Also