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.
- C#
- VB.NET
public struct LinkArea : ValueType
Public Structure LinkArea
Implements ValueType
Constructors
LinkArea(start, length)
Initializes a new instance of the LinkArea class.
| Name | Type | Description |
|---|---|---|
| start | Int32 | The zero-based starting location of the link area within the text of the LinkLabel. |
| length | Int32 | 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
| Name | Description |
|---|---|
| LinkLabel.LinkArea | Returns or sets the range in the text to treat as a link. |