Class
ToolTipOpeningEventArgs

Provides data for tooltip related event raised from desktop viewers.

Definition

Namespace:Telerik.ReportViewer.Common

Assembly:Telerik.ReportViewer.WinForms.dll

Syntax:

cs-api-definition
public class ToolTipOpeningEventArgs

Inheritance: objectToolTipOpeningEventArgs

Derived Classes: ToolTipOpeningEventArgs

Properties

Bounds

Gets the client bounds in pixels of the element that shows the tooltip

Declaration

cs-api-definition
public RectangleF Bounds { get; }

Property Value

RectangleF

Cancel

Gets or sets a value indicating whether the event should be canceled.

Declaration

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

Property Value

bool

CursorPos

Gets the relative coordinates in pixels of the mouse cursor according to the report item that shows the tooltip.

Declaration

cs-api-definition
public Point CursorPos { get; }

Property Value

Point

ToolTip

Gets the toolTip instance

Declaration

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

Property Value

ToolTip

In this article
DefinitionPropertiesBoundsCancelCursorPosToolTip
Not finding the help you need?
Contact Support