Removes a Style object from the Styles collection.
Syntax:
XTTreeviewVBCtl.Nodes.Remove Index
The Remove Method (Nodes Collection) syntax has these parts:
| Part |
Description |
| XTTreeviewVBCtl.Nodes |
An object expression that evaluates to an XTTreeview Control's Nodes collection. |
| Index |
(Required). A long integer value specifying the index in the Styles collection of the Style object to be removed. |
Remarks:
To force a complete repaint of the control when this method completes invoke the Redraw method.