LinkArea

Wisej.Web.LinkArea

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.2.0.0)

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

public struct LinkArea : ValueType

Constructors

LinkArea(start, length)

Initializes a new instance of the LinkArea class.

NameTypeDescription

start

The zero-based starting location of the link area within the text of the LinkLabel.

length

The number of characters, after the starting character, to include in the link area.

Properties

IsEmpty

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

Length

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

Start

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

Used By

NameDescription

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

Last updated