New to Telerik UI for WinFormsStart a free 30-day trial

Provides data for the ScreenTipShowing event.

Definition

Namespace:Telerik.WinControls.UI.HeatMap

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class HeatMapScreenTipEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsHeatMapScreenTipEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

Initializes a new instance of the HeatMapScreenTipEventArgs class.

C#
public HeatMapScreenTipEventArgs(RadOffice2007ScreenTipElement screenTip, Point location, CellIndex index)
Parameters:screenTipRadOffice2007ScreenTipElement

The screen tip.

locationPoint

The screen tip location.

indexCellIndex

The cell index.

Properties

Gets or sets the ScreenTip caption.

C#
public string CaptionText { get; set; }

Gets or sets the ScreenTip delay.

C#
public int Delay { get; set; }

Gets or sets the ScreenTip footer.

C#
public string FooterText { get; set; }

Gets the cell index. Header cells come with -1 index. For row headers the RowIndex is -1. For column headers the ColumnIndex is -1. ///

C#
public CellIndex Index { get; }

Gets or sets the ScreenTip location.

C#
public Point Location { get; set; }

Gets the screen tip.

C#
public RadOffice2007ScreenTipElement ScreenTip { get; }

Gets or sets the ScreenTip content.

C#
public string Text { get; set; }