Skip to main content
Version: 3.5

LinkArea

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents an area within a LinkLabel control that represents a hyperlink within the control.

public struct LinkArea : ValueType

Constructors

Instance memberLinkArea(start, length)

Initializes a new instance of the LinkArea class.

NameTypeDescription
startInt32The zero-based starting location of the link area within the text of the LinkLabel.
lengthInt32The number of characters, after the starting character, to include in the link area.

Properties

Instance memberIsEmpty

Boolean: Returns a value indicating whether the LinkArea is empty.

Instance memberLength

Int32: Returns or sets the number of characters in the link area.

Instance memberStart

Int32: Returns or sets the starting location of the link area within the text of the LinkLabel.

Used By

NameDescription
LinkLabel.LinkAreaReturns or sets the range in the text to treat as a link.