LinkLabel

Wisej.Web.LinkLabel

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.2.0.0)

Represents an hyper-link control.

public class LinkLabel : Label

Constructors

Initializes a new default instance of the LinkLabel class.

Properties

Color: Returns or sets the color used to display an active link (while being pressed).

Color: Returns or sets the color used when displaying a disabled link.

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

Throws:

LinkBehavior: Returns or sets a value that represents the behavior of a link. (Default: SystemDefault)

Color: Returns or sets the color used when displaying a link.

Boolean: Returns or sets whether the user can give the focus to this control using the TAB key. (Default: False)

Methods

Generates a Click event for the LinkLabel control.

Events

LinkLabelLinkClickedEventHandler Fired when a link is clicked within the control.

EventHandler Fired when the value of the TabStop property changes.

Implements

Last updated