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