Constructor GenericLabel
GenericLabel(Control)
Initializes a new instance of the GenericLabel class.
public GenericLabel(Control parent)
Parameters
parentControlParent of the control.
GenericLabel(string?)
Initializes a new instance of the GenericLabel class.
public GenericLabel(string? text)
Parameters
textstringValue of the text property.
GenericLabel()
Initializes a new instance of the GenericLabel class.
public GenericLabel()