Clear Method (AToolBar)

Removes all button objects from the object.

Syntax

Object.Clear()

The Clear method syntax has the following parts:

 

Name

Type

Description

Object

AToolBar

AToolBar control

Comments

This method applies only to objects which can be visible at run time.

Example

The following example will remove all AToolBarButton objects from the AToolBar control:

tbr1.Clear()

Applies to

AToolBar

See Also

InsertButton, MoveButton, RemoveButton