Gets the relevent menu item by name.
| C# | Visual Basic | Visual C++ |
ToolStripMenuItem GetMenuItem( string name )
Function GetMenuItem ( _ name As String _ ) As ToolStripMenuItem
ToolStripMenuItem^ GetMenuItem( String^ name )
- name (String)
- The name of the menu to get, e.g. "Plugins" or "File" (no amphersand required).
[Missing <returns> documentation for "M:MiniSqlQuery.Core.IHostWindow.GetMenuItem(System.String)"]