ToolStripControlHost Constructor (Control^, String^)

 

Initializes a new instance of the ToolStripControlHost class that hosts the specified control and that has the specified name.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
ToolStripControlHost(
	Control^ c,
	String^ name
)

Parameters

c
Type: System.Windows.Forms::Control^

The Control hosted by this ToolStripControlHost class.

name
Type: System::String^

The name of the ToolStripControlHost.

.NET Framework
Available since 2.0
Return to top
Show: