LinkLabel
Wisej.Web.LinkLabel
Last updated
Was this helpful?
Wisej.Web.LinkLabel
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Represents an hyper-link control.
Initializes a new default instance of the class.
Initializes a new instance of the class with the specified text.
text
onLinkClicked
The event handler that executes when the link area is clicked.
text
Initial text.
location
Initial location.
size
Initial size.
onLinkClicked
The event handler that executes when the link area is clicked.
Default value is Color.Red.
Default value is Color.Blue
e
e
Processes the event from the client.
e
Event arguments.
Renders the client component.
config
Dynamic configuration object.
Provides access to the UserData
and Tag
properties associated to the component implementing this interface.
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.
The text to display on the .
Initializes a new instance of the class.
: Returns or sets the color used to display an active link (while being pressed).
: Returns or sets the color used when displaying a disabled link.
: Returns or sets the range in the text to treat as a link.
Default value is a with Start=0, Length = -1 Throws:
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
)
Fires the event.
An that contains the event data.
Fires the event.
A that contains the event data.
Generates a event for the control.
Fired when a link is clicked within the control.
Fired when the value of the property changes.
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.