IWinTreeViewItem Properties |
The IWinTreeViewItem type exposes the following members.
| Name | Description | |
|---|---|---|
| Bold |
Returns true if the item is bold (TVIS_BOLD).
| |
| Bounds |
Returns the item bounds.
| |
| Checked |
Returns true if the item is selected.
(Inherited from ITreeViewItemCheckable.) | |
| Children |
Gets the collection of child objects.
(Inherited from IObjectTreeNode.) | |
| Cut |
Returns true if the item is selected as part of a cut-and-paste operation (TVIS_CUT).
| |
| DropHilited |
Returns true if the item is selected as a drag-and-drop target (TVIS_DROPHILITED).
| |
| Enabled |
Specifies whether the object is enabled or disabled.
(Inherited from IControl.) | |
| Handle |
Returns the item handle (HTREEITEM).
| |
| Height |
The object's height in pixels.
(Inherited from IControl.) | |
| Image |
Returns the image to be used when the item is in the non-selected state.
| |
| lParam |
Returns the value specific to the specified item.
| |
| OverlayImageIndex |
Returns the overlay image index (TVIS_OVERLAYMASK).
| |
| Parent |
The parent object.
(Inherited from IObjectTreeNode.) | |
| ScreenLeft |
The horizontal position of the object's left edge in screen coordinates.
(Inherited from IControl.) | |
| ScreenTop |
The vertical position of the object's top edge in screen coordinates.
(Inherited from IControl.) | |
| SelectedImage |
Returns the image to be used when the item is in the selected state.
| |
| StateImage |
Returns the state image.
| |
| StateImageIndex |
Returns the state image index (TVIS_STATEIMAGEMASK).
| |
| TextBounds |
Returns the item text bounds.
| |
| Visible |
Specifies whether an onscreen object is visible to users.
(Inherited from IControl.) | |
| VisibleOnScreen |
Specifies whether the whole object or any of its parts is currently visible on screen.
(Inherited from IControl.) | |
| Width |
The object's width in pixels.
(Inherited from IControl.) | |
| wItems |
Returns a collection of items.
(Inherited from ITreeView.) |