WebMenuItem.Child
From Xojo Documentation
Method
WebMenuItem.Child(Text As String) As WebMenuItem
New in 2011r2
Supported for all project types and targets.
New in 2011r2
Supported for all project types and targets.
Attempts to locate a child with the matching string. Nil is returned if there is no match.
Example
Change the text of a menu item on a ContextualMenu from "Save" to "Save As":