DesktopMenuItem.Visible

From Xojo Documentation

Property (As Boolean )


aDesktopMenuItem.Visible = newBooleanValue
or
BooleanValue = aDesktopMenuItem.Visible

New in 2021r3

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 DesktopMenuItem.RemoveMenuAt instead.

Sample Code

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

EditFind.Visible = False