Removes all status bar panes objects.
Object.Clear()
The Clear method syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
AStatusBar |
AStatusBar object |
To remove only one status bar pane object, use the RemovePane method.
The following example will remove all status bar panes objects:
sbr1.Clear()