Constructor Label
Label(Control)
Initializes a new instance of the Label class with the specified parent control.
public Label(Control parent)
Parameters
parent
ControlParent of the control.
Label(Control, string)
Initializes a new instance of the Label class. with the specified text and parent control.
public Label(Control parent, string text)
Parameters
Label(string?)
Initializes a new instance of the Label class with specified text.
public Label(string? text)
Parameters
text
stringText displayed on this label.
Label()
Initializes a new instance of the Label class.
public Label()