ToolStripTextBox Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ToolStripTextBox class.
Overloads
ToolStripTextBox() |
Initializes a new instance of the ToolStripTextBox class. |
ToolStripTextBox(String) |
Initializes a new instance of the ToolStripTextBox class with the specified name. |
ToolStripTextBox(Control) |
Initializes a new instance of the ToolStripTextBox class derived from a base control. |
ToolStripTextBox()
Initializes a new instance of the ToolStripTextBox class.
public:
ToolStripTextBox();
public ToolStripTextBox ();
Public Sub New ()
Applies to
ToolStripTextBox(String)
Initializes a new instance of the ToolStripTextBox class with the specified name.
public:
ToolStripTextBox(System::String ^ name);
public ToolStripTextBox (string name);
public ToolStripTextBox (string? name);
new System.Windows.Forms.ToolStripTextBox : string -> System.Windows.Forms.ToolStripTextBox
Public Sub New (name As String)
Parameters
- name
- String
The name of the ToolStripTextBox.
Applies to
ToolStripTextBox(Control)
Initializes a new instance of the ToolStripTextBox class derived from a base control.
public:
ToolStripTextBox(System::Windows::Forms::Control ^ c);
public ToolStripTextBox (System.Windows.Forms.Control c);
new System.Windows.Forms.ToolStripTextBox : System.Windows.Forms.Control -> System.Windows.Forms.ToolStripTextBox
Public Sub New (c As Control)
Parameters
- c
- Control
The control from which to derive the ToolStripTextBox.
Applies to
.NET