ToolStripTextBox::TextBox Property

 

Gets the hosted TextBox control.

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

public:
[BrowsableAttribute(false)]
property TextBox^ TextBox {
	TextBox^ get();
}

Property Value

Type: System.Windows.Forms::TextBox^

The hosted TextBox.

.NET Framework
Available since 2.0
Return to top
Show: