Builds a menustrip to give the users the ability to pick from the currently available languages. When a menu selection is made all of the objects in the Controls collection will be translated to the selected language.

Namespace: DataTableEx
Assembly: DataTableEx (in DataTableEx.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void MenuStripBuild(
	ref ToolStripMenuItem MenuItem
)
Visual Basic
Public Sub MenuStripBuild ( _
	ByRef MenuItem As ToolStripMenuItem _
)
Visual C++
public:
void MenuStripBuild(
	ToolStripMenuItem^% MenuItem
)

Parameters

MenuItem
Type: System.Windows.Forms..::..ToolStripMenuItem%
Parent menuitem of where this menu structure will be built as children.

Remarks