CommandBarPopup.Reset Method
Resets a built-in CommandBarPopup control to its original function and face.
Note
|
|---|
| The use of CommandBars in some Microsoft Office applications has been superseded by the new Ribbon user interface. For more information, search help for the keyword "Ribbon." |
Syntax
expression.Reset
expression A variable that represents a CommandBarPopup object.
Remarks
Resetting a built-in control restores the actions originally intended for the control and resets each of the control's properties back to its original state.
Example
The following example searches all command bars for a CommandBarPopup object whose tag is "Graphics" and then resets it to its default state.
| Visual Basic for Applications |
|---|
|
Note