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