Removes all button objects from the object.
Object.Clear()
The Clear method syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
AToolBar |
AToolBar control |
This method applies only to objects which can be visible at run time.
The following example will remove all AToolBarButton objects from the AToolBar control:
tbr1.Clear()