[]
Represents hyperlink properties associated with an action (such as mouse click or hover).
public class HyperlinkOnAction : FormattingBag
Public Class HyperlinkOnAction
Inherits FormattingBag
Name | Description |
---|---|
Action | Gets or sets an application-defined string representing the action that is to be taken when this hyperlink is activated. |
Address | Gets or sets the address for the specified link. The address can be an e-mail address, an Internet address, or a file name. |
BaseKey | Gets the base (this class) key for formatting properties. |
HighlightClick | Gets or sets a value indicating whether the hyperlink was visited so applications can utilize this property to color the text. |
InvalidUrl | Gets or sets the URL text that was recognized as invalid. |
ScreenTip | Gets or sets the text that appears as a screen tip when the mouse pointer is positioned over this hyperlink. |
Target | Gets or sets the name of the frame or window in which you want to load this hyperlink. |
Viewed | Gets or sets a value indicating whether the target of this hyperlink shall be added to a list of viewed hyperlinks when it is invoked. |