Click or drag to resize

ITreeViewItemThreeStateCheckable Properties

The ITreeViewItemThreeStateCheckable type exposes the following members.

Properties
  NameDescription
Public propertyExpanded
Returns true if the item is expanded.
(Inherited from ITreeViewItem.)
Public propertyItems
Returns a collection of ITreeViewItem objects.
(Inherited from ITreeViewItem.)
Public propertySelected
Returns true if the item is selected.
(Inherited from ITreeViewItem.)
Public propertyState
Returns the item state, that is, Unchecked, Checked or Grayed.
Public propertyText
Returns the item text.
(Inherited from ITreeViewItem.)
Top
See Also