Constructor TextBoxAndLabel
TextBoxAndLabel(Control)
Initializes a new instance of the TextBoxAndLabel class.
public TextBoxAndLabel(Control parent)
Parameters
parent
ControlParent of the control.
TextBoxAndLabel(string, string?)
Initializes a new instance of the TextBoxAndLabel class.
public TextBoxAndLabel(string title, string? text = null)
Parameters
TextBoxAndLabel()
Initializes a new instance of the TextBoxAndLabel class.
public TextBoxAndLabel()