Clear Method (AStatusBar)

Removes all status bar panes objects.

Syntax

Object.Clear()

The Clear method syntax has the following parts:

 

Name

Type

Description

Object

AStatusBar

AStatusBar object

Comments

To remove only one status bar pane object, use the RemovePane method.

Example

The following example will remove all status bar panes objects:

sbr1.Clear()

Applies to

AStatusBar

See Also

InsertPane, MovePane, Panes, RemovePane