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.
Initializes a new instance of the LinkArea class.
Name | Type | Description |
---|---|---|
Boolean: Returns a value indicating whether the LinkArea is empty.
Int32: Returns or sets the number of characters in the link area.
Int32: Returns or sets the starting location of the link area within the text of the LinkLabel.
Wisej.Web.LinkLabelLinkClickedEventArgs
Wisej.Web.LinkLabel
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents an hyper-link control.
Initializes a new default instance of the class.
: Returns or sets the color used to display an active link (while being pressed).
Throws:
Name | Description |
---|---|
: Returns or sets the color used when displaying a disabled link.
: Returns or sets the range in the text to treat as a link.
The property of the object is less than zero; or the property of the object is less than -1.
: Returns or sets a value that represents the behavior of a link. (Default: SystemDefault
)
: Returns or sets the color used when displaying a link.
: Returns or sets whether the user can give the focus to this control using the TAB key. (Default: False
)
Generates a event for the control.
Fired when a link is clicked within the control.
Fired when the value of the property changes.
Name | Description |
---|
Returns or sets the range in the text to treat as a link.
Bindable components implement this interface. |
Controls that support drag & drop operations implement this interface. |
Provides access to common image properties across the controls that implement this interface. |
All wisej components implement this interface. |
Allows an object to serialize itself. |
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.
link | The link that was clicked. |
sender | The source of the event. |
e | A that contains the event data. |
Fired when a link is clicked within the control. |
Allows a control to act like a button on a .
Defines an object that can invoke a .
Exposes a common api implemented by components that can collect errors in relation to a .
All wisej controls derived from the class must implement this interface.
Represents the method that will handle the event of a .