Class
HyperlinkToolTipShowingEventArgs

Describes the event arguments for the HyperlinkToolTipShowing event.

Definition

Namespace:Telerik.Windows.Documents.UI

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class HyperlinkToolTipShowingEventArgs : EventArgs

Inheritance: objectEventArgsHyperlinkToolTipShowingEventArgs

Inherited Members EventArgs.Empty

Constructors

HyperlinkToolTipShowingEventArgs(string, HyperlinkRangeStart)

Initializes a new instance of the HyperlinkToolTipShowingEventArgs class.

Declaration

cs-api-definition
public HyperlinkToolTipShowingEventArgs(string toolTip, HyperlinkRangeStart hyperlinkAnnotationMarker)

Parameters

toolTip

string

hyperlinkAnnotationMarker

HyperlinkRangeStart

Properties

Cancel

Gets or sets a bool value indicating whether to cancel the showing of the tooltip.

Declaration

cs-api-definition
public bool Cancel { get; set; }

Property Value

bool

HyperlinkAnnotationMarker

Gets the HyperlinkRangeStart annotation associated with the hyperlink.

Declaration

cs-api-definition
public HyperlinkRangeStart HyperlinkAnnotationMarker { get; }

Property Value

HyperlinkRangeStart

ToolTip

Gets or sets a string that represents the tooltip to be shown.

Declaration

cs-api-definition
public string ToolTip { get; set; }

Property Value

string

Remarks

By default, this property contains the value of the original tooltip of the hyperlink. Use it to change the tooltip string.