ShellComboBoxListKind Enumeration |
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax [FlagsAttribute]
protected enum ListKind
<FlagsAttribute>
Protected Enumeration ListKind
[FlagsAttribute]
protected enum class ListKind
[<FlagsAttribute>]
type ListKind
Members
| Member name | Value | Description |
---|
| FolderItems | 1 | add folders |
| SpecialItems | 2 | add special items |
| FileItems | 4 | add file items |
| AllItems | 7 | add all items |
See Also