Class ToolTipOpeningEventArgs
Provides data for tooltip related event raised from desktop viewers.
Inheritance
Namespace: Telerik.ReportViewer.Common
Assembly: Telerik.ReportViewer.WinForms.dll
Syntax
public class ToolTipOpeningEventArgs
Properties
Bounds
Gets the client bounds in pixels of the element that shows the tooltip
Declaration
public RectangleF Bounds { get; }
Property Value
System.Drawing.RectangleF
|
Cancel
Gets or sets a value indicating whether the event should be canceled.
Declaration
public bool Cancel { get; set; }
Property Value
System.Boolean
|
CursorPos
Gets the relative coordinates in pixels of the mouse cursor according to the report item that shows the tooltip.
Declaration
public Point CursorPos { get; }
Property Value
System.Drawing.Point
|