Gets a menu item unique in the entire menu tree.
Namespace: CleanCode.FormsAssembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax
public ToolStripMenuItem GetMenuItem( string displayText )
Parameters
- displayText
- Type: System String
The text of the menu item, which must be unique within the menu tree.
Return Value
A menu item containing the given text.Remarks
See Also