Enabling and disabling menus and menu options
Like most other controls, menus and menu options are enabled and disabled with the Enabled property. For example, the following would disable the "Close" option within the "File" menu of Menu1:
.Menu1.FileClose.Enabled = FALSE