AdvancedLabelLinkArea Property

Gets or sets the range in the text to treat as a link.

Definition

Namespace: KGySoft.WinForms.Controls
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public LinkArea LinkArea { get; set; }

Return Value

LinkArea
A LinkArea that represents the area treated as a link.

Exceptions

ArgumentOutOfRangeExceptionThe Start property of the LinkArea object is less than zero. -or- The Length property of the LinkArea object is less than -1.

See Also