[]
Represents the FarPoint hyperlink control.
public class FpHyperlink : ControlBase, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
Public Class FpHyperlink
Inherits ControlBase
Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
Name | Description |
---|---|
FpHyperlink() | Creates a new FarPoint hyperlink control. |
Name | Description |
---|---|
ActiveLink | Returns the active link. |
HorizontalAlignment | Gets or sets the horizontal alignment of text in the hyperlink control. |
Link | Gets or sets the URL string. |
LinkArea | Gets or sets the area of the text to use as the link. |
LinkAreas | Gets or sets the area of the text to use as the link. |
LinkColor | Gets or sets the color of the link in the hyperlink control. |
Links | Gets or sets the URL string. |
LinksVisited | Gets or sets whether link has been visited. |
Picture | Gets or sets the picture to display in the background of the hyperlink control. |
StringTrim | Gets or sets how to trim characters that do not fit in the control. |
VerticalAlignment | Gets or sets the vertical alignment of text in the hyperlink control. |
Visited | Gets or sets whether link has been visited. |
VisitedLinkColor | Gets or sets the color to paint the link when it has been visited. |
Name | Description |
---|---|
AfterFocus | Occurs after this control is focused. |
InvalidLink | Occurs when the user clicks on the link. |
LinkClicked | Occurs when the user clicks on the link. |