[]
Represents hyperlink properties associated with an action (such as mouse click or hover).
public class HyperlinkOnAction : FormattingBag
Gets or sets an application-defined string representing the action that is to be taken when this hyperlink is activated.
public string Action { get; set; }
Gets or sets the address for the specified link. The address can be an e-mail address, an Internet address, or a file name.
public Uri Address { get; set; }
Gets the base (this class) key for formatting properties.
protected override string BaseKey { get; }
Gets or sets a value indicating whether the hyperlink was visited so applications can utilize this property to color the text.
public bool HighlightClick { get; set; }
Gets or sets the url text that was recognized as invalid.
public string InvalidUrl { get; set; }
Gets or sets the text that appears as a screen tip when the mouse pointer is positioned over this hyperlink.
public string ScreenTip { get; set; }
Gets or sets the name of the frame or window in which you want to load this hyperlink.
public string Target { get; set; }
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.
public bool Viewed { get; set; }