System.Windows.Forms.LinkArea Members

The members of System.Windows.Forms.LinkArea are listed below.

See Also: Inherited members from System.ValueType

Public Constructors

Initializes a new instance of the System.Windows.Forms.LinkArea class.

Public Properties

[read-only]
IsEmptybool.

Gets a value indicating whether the System.Windows.Forms.LinkArea is empty.

Lengthint.

Gets or sets the number of characters in the link area.

Startint.

Gets or sets the starting location of the link area within the text of the System.Windows.Forms.LinkLabel.

Public Methods

override
Equals(object) : bool

Determines whether this System.Windows.Forms.LinkArea is equal to the specified object.

override
GetHashCode() : int
Documentation for this section has not yet been entered.
override
ToString() : string
Documentation for this section has not yet been entered.

Public Operators

static
Equality(LinkArea, LinkArea)

Returns a value indicating whether two instances of the System.Windows.Forms.LinkArea class are equal.

static
Inequality(LinkArea, LinkArea)

Returns a value indicating whether two instances of the System.Windows.Forms.LinkArea class are not equal.