Method
Looks up menu items by Name and returns a MenuItem. Returns Nil if a child is not found.
Example
The following example gets the text of the Edit ↠ Cut menuitem.
Var c As MenuItem
c = EditMenu.Child("EditCut")
MessageBox(c.Value)
Method
Looks up menu items by Text and returns a MenuItem. Returns Nil if a child is not found.