LinkLabel
Wisej.Web.LinkLabel
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents an hyper-link control.
public class LinkLabel : Label, IButtonControl
Constructors
LinkLabel()

Initializes a new default instance of the LinkLabel class.
Properties
ActiveLinkColor

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

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

LinkArea: Returns or sets the range in the text to treat as a link.
Throws:
ArgumentOutOfRangeException The Start property of the LinkArea object is less than zero; or the Length property of the LinkArea object is less than -1.
LinkBehavior

LinkBehavior: Returns or sets a value that represents the behavior of a link.
LinkColor

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

Boolean: Returns or sets whether the user can give the focus to this control using the TAB key.
Events
LinkClicked

LinkLabelLinkClickedEventHandler Fired when a link is clicked within the control.
TabStopChanged

EventHandler Fired when the value of the TabStop property changes.
Implements
Bindable components implement this interface.
Allows a control to act like a button on a Form.
Provides access to common image properties across the controls that implement this interface.
All wisej components implement this interface.
All wisej controls derived from the Control class must implement this interface.
Allows an object to serialize itself.
Last updated
Was this helpful?