Table of Contents

Interface ILinkLabelHandler

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Contains methods and properties which allow to work with link label control.

public interface ILinkLabelHandler : IControlHandler, IDisposableObject, IDisposable

Properties

HoverColor

Gets or sets the color used to draw the label of the hyperlink when the mouse is over the control.

NormalColor

Gets or sets the color used to draw the label when the link has never been clicked before (i.e. the link has not been visited) and the mouse is not over the control.

Url

Gets or sets the URL associated with the hyperlink.

Visited

Gets or sets whether the hyperlink has already been clicked by the user at least one time.

VisitedColor

Gets or sets the color used to draw the label when the mouse is not over the control and the link has already been clicked before (i.e. the link has been visited).