| ResetMenuStatus Method | |
| See Also |
Clears user actions on the application toolbar.
| Visual Basic |
|---|
Public Sub ResetMenuStatus() |
When you use the Form.EnableMenu to activate or disable toolbar icons, all the actions are saved with the current toolbar. When the form changes mode or when you load a new form, you may want to delete all these actions by resetting the toolbar (all icons are disabled).
Relevant for system forms only.