Click or drag to resize

IWinTreeViewItem Properties

The IWinTreeViewItem type exposes the following members.

Properties
  NameDescription
Public propertyBold
Returns true if the item is bold (TVIS_BOLD).
Public propertyBounds
Returns the item bounds.
Public propertyChecked
Returns true if the item is selected.
(Inherited from ITreeViewItemCheckable.)
Public propertyChildren
Gets the collection of child objects.
(Inherited from IObjectTreeNode.)
Public propertyCut
Returns true if the item is selected as part of a cut-and-paste operation (TVIS_CUT).
Public propertyDropHilited
Returns true if the item is selected as a drag-and-drop target (TVIS_DROPHILITED).
Public propertyEnabled
Specifies whether the object is enabled or disabled.
(Inherited from IControl.)
Public propertyHandle
Returns the item handle (HTREEITEM).
Public propertyHeight
The object's height in pixels.
(Inherited from IControl.)
Public propertyImage
Returns the image to be used when the item is in the non-selected state.
Public propertylParam
Returns the value specific to the specified item.
Public propertyOverlayImageIndex
Returns the overlay image index (TVIS_OVERLAYMASK).
Public propertyParent
The parent object.
(Inherited from IObjectTreeNode.)
Public propertyScreenLeft
The horizontal position of the object's left edge in screen coordinates.
(Inherited from IControl.)
Public propertyScreenTop
The vertical position of the object's top edge in screen coordinates.
(Inherited from IControl.)
Public propertySelectedImage
Returns the image to be used when the item is in the selected state.
Public propertyStateImage
Returns the state image.
Public propertyStateImageIndex
Returns the state image index (TVIS_STATEIMAGEMASK).
Public propertyTextBounds
Returns the item text bounds.
Public propertyVisible
Specifies whether an onscreen object is visible to users.
(Inherited from IControl.)
Public propertyVisibleOnScreen
Specifies whether the whole object or any of its parts is currently visible on screen.
(Inherited from IControl.)
Public propertyWidth
The object's width in pixels.
(Inherited from IControl.)
Public propertywItems
Returns a collection of items.
(Inherited from ITreeView.)
Top
See Also