Constructor TextBoxAndLabel
TextBoxAndLabel(AbstractControl)
Initializes a new instance of the TextBoxAndLabel class.
public TextBoxAndLabel(AbstractControl parent)
Parameters
parentAbstractControlParent 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()