DesktopMenuItem.AddMenuAt
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Method
DesktopMenuItem.AddMenuAt(Index as Integer, Item as DesktopMenuItem)
New in 2021r3
Supported for all project types and targets.
New in 2021r3
Supported for all project types and targets.
Adds Item as a DesktopMenuItem at the position indicated by Index. Index is zero-based.
Notes
You can add a Separator by passing the class constant MenuItem.TextSeparator.
Example
The following example adds a new item in the Edit menu with the text "Paste Special..." just below the Paste item.