Mini SQL Query Extensibility Documentation
GetMenuItem Method (name)
NamespacesMiniSqlQuery.CoreIHostWindowGetMenuItem(String)
Gets the relevent menu item by name.
Declaration Syntax
C#Visual BasicVisual C++
ToolStripMenuItem GetMenuItem(
	string name
)
Function GetMenuItem ( _
	name As String _
) As ToolStripMenuItem
ToolStripMenuItem^ GetMenuItem(
	String^ name
)
Parameters
name (String)
The name of the menu to get, e.g. "Plugins" or "File" (no amphersand required).
Return Value

[Missing <returns> documentation for "M:MiniSqlQuery.Core.IHostWindow.GetMenuItem(System.String)"]

Assembly: MiniSqlQuery.Core (Module: MiniSqlQuery.Core) Version: 1.0.0.0 (1.0.0.0)