ShellListBaseItemItemState Enumeration |
Flags that reflect the state of the ShellListBaseItem
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax [FlagsAttribute]
protected enum ItemState
<FlagsAttribute>
Protected Enumeration ItemState
[FlagsAttribute]
protected enum class ItemState
[<FlagsAttribute>]
type ItemState
Members
| Member name | Value | Description |
---|
| DetailsCompleted | 1 | The ImageIndex and OverlayImage index are valid, if this flag is set |
| ColumnInfoAvailable | 2 | The subitems have been filled with information |
| Cut | 4 | Whether the item's image is shown ghosted |
See Also