Returns a reference to a specific member of the Styles collection.
Syntax:
XTTreeviewVBNCtl.Nodes.Item(Index)
The Item Property (Nodes Collection) syntax has these parts:
| Part |
Description |
| XTTreeviewVBNCtl.Nodes |
An object expression that evaluates to an XTTreeview Control's Nodes collection. |
| Index |
An expression that specifies the position of a member of the collection. Index must be a number from 1 to the value of the Styles collection's Count property. |
Remarks:
Index must be in the range of 1 to the Count property of this collection. You can also use a valid Key instead of the Index to retrieve a Node object.