The ITreeViewItem type exposes the following members.
Properties
| Name | Description |
---|
| Expanded |
Returns true if the item is expanded.
|
| Items |
Returns a collection of ITreeViewItem objects.
|
| Selected |
Returns true if the item is selected.
|
| Text |
Returns the item text.
|
TopSee Also