XxxxSetMenuItemVisible(CmdValue As Integer, Visible As Boolean)

Application object (all modules)

Makes the command visible if Visible is TRUE, invisible if Visible is FALSE. A command that has been made invisible can be restored with this method. A command that has been removed with XxxxDeleteMenuItem cannot be restored.

Substitute "Xxxx" with the corresponding four-letter abbreviation of one of the application names (Mngr, Scan, Itrp, Veri or Tran).

Methods for modifying and adding menus and accelerators connected to user-defined events