ToolStripTextBox Constructor (String^)

 

Initializes a new instance of the ToolStripTextBox class with the specified name.

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

public:
ToolStripTextBox(
	String^ name
)

Parameters

name
Type: System::String^

The name of the ToolStripTextBox.

.NET Framework
Available since 2.0
Return to top
Show: