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