MenuItem.Visible

From Xojo Documentation

Property (As Boolean )


aMenuItem.Visible = newBooleanValue
or
BooleanValue = aMenuItem.Visible

Supported for all project types and targets.

Indicates whether or not the menu item is visible. The default is True. If False, the menu item does not appear and no blank space is for it is in the menu.

Notes

This property does nothing on Windows so use MenuItem.Remove instead.

Sample Code

This code is in the Open event of the main window:

EditFind.Visible = False