Class Model.ItemFlags
Provides built-in flag values that describe item capabilities.
protected static class Model.ItemFlags
- Inheritance
-
Model.ItemFlags
- Inherited Members
Fields
ItemIsAutoTristate
public const int ItemIsAutoTristate = 64
Field Value
ItemIsDragEnabled
public const int ItemIsDragEnabled = 4
Field Value
ItemIsDropEnabled
public const int ItemIsDropEnabled = 8
Field Value
ItemIsEditable
public const int ItemIsEditable = 2
Field Value
ItemIsEnabled
public const int ItemIsEnabled = 32
Field Value
ItemIsSelectable
public const int ItemIsSelectable = 1
Field Value
ItemIsUserCheckable
public const int ItemIsUserCheckable = 16
Field Value
ItemIsUserTristate
public const int ItemIsUserTristate = 256
Field Value
ItemNeverHasChildren
public const int ItemNeverHasChildren = 128
Field Value
NoItemFlags
public const int NoItemFlags = 0