LinkLabelExtensions
Wisej.Web.Markup.LinkLabelExtensions
Last updated
Was this helpful?
Wisej.Web.Markup.LinkLabelExtensions
Last updated
Was this helpful?
Namespace: Wisej.Web.Markup
Assembly: Wisej.Framework (4.0.0.0)
Adds extension methods to the class.
Sets the ActiveLinkColor property of the specified .
TLinkLabel
linkLabel
The link label for which to set the ActiveLinkColor property.
activeLinkColor
Returns: . The modified link label with the updated ActiveLinkColor property.
This method allows you to specify the color of active links in the link label.
TLinkLabel
linkLabel
The link label for which to set the DisabledLinkColor property.
disabledLinkColor
This method allows you to specify the color of disabled links in the link label.
TLinkLabel
linkLabel
The link label for which to set the LinkArea property.
linkArea
This method allows you to specify the area of text that is treated as a link in the link label.
TLinkLabel
linkLabel
The link label for which to set the LinkBehavior property.
linkBehavior
This method allows you to specify the behavior of the link label, such as how the link is displayed when the mouse is over it.
TLinkLabel
linkLabel
The link label for which to set the LinkColor property.
linkColor
This method allows you to specify the color of links in the link label.
TLinkLabel
linkLabel
The link label to attach the event handler to.
action
An action to execute when a link is clicked.
This method allows you to execute a custom action whenever a link in the link label is clicked.
The type of the link label, must inherit from .
The to set for active links.
Sets the DisabledLinkColor property of the specified .
The type of the link label, must inherit from .
The to set for disabled links.
Returns: . The modified link label with the updated DisabledLinkColor property.
Sets the LinkArea property of the specified .
The type of the link label, must inherit from .
The to set for the link label.
Returns: . The modified link label with the updated LinkArea property.
Sets the LinkBehavior property of the specified .
The type of the link label, must inherit from .
The to set for the link label.
Returns: . The modified link label with the updated LinkBehavior property.
Sets the LinkColor property of the specified .
The type of the link label, must inherit from .
The to set for links.
Returns: . The modified link label with the updated LinkColor property.
Attaches an event handler for the LinkClicked event of the specified .
The type of the link label, must inherit from .
Returns: . The modified link label with the attached LinkClicked event handler.