Constructor LinkLabel
LinkLabel(Control)
Initializes a new instance of the LinkLabel class.
public LinkLabel(Control parent)
Parameters
parent
ControlParent of the control.
LinkLabel()
Initializes a new instance of the LinkLabel class.
public LinkLabel()
LinkLabel(string?)
Initializes a new instance of the LinkLabel class with the specified text.
public LinkLabel(string? text)
Parameters
text
string