Removes all Style objects in the Styles collection.
Syntax:
XTTreeviewVBCtl.Nodes.Clear
The Clear Method (Nodes Collection) syntax has these parts:
| Part |
Description |
| XTTreeviewVBCtl.Nodes |
An object expression that evaluates to an XTTreeview Control's Nodes collection. |
Remarks:
Using clear removes all Node objects from the Nodes collection. To remove only one object from the Nodes collection, use the Remove method. To force a complete repaint of the control when this method completes invoke the Redraw method.