ClassHeatMapScreenTipEventArgs
Class
Provides data for the ScreenTipShowing event.
Definition
Namespace:Telerik.WinControls.UI.HeatMap
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class HeatMapScreenTipEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsHeatMapScreenTipEventArgs
Inherited Members
Constructors
HeatMapScreenTipEventArgs(RadOffice2007ScreenTipElement, Point, CellIndex)
Initializes a new instance of the HeatMapScreenTipEventArgs class.
Declaration
cs-api-definition
public HeatMapScreenTipEventArgs(RadOffice2007ScreenTipElement screenTip, Point location, CellIndex index)
Parameters
screenTip
The screen tip.
location
The screen tip location.
index
The cell index.
Properties
CaptionText
Gets or sets the ScreenTip caption.
Delay
Gets or sets the ScreenTip delay.
FooterText
Gets or sets the ScreenTip footer.
Index
Gets the cell index. Header cells come with -1 index. For row headers the RowIndex is -1. For column headers the ColumnIndex is -1. ///
Location
Gets or sets the ScreenTip location.
ScreenTip
Gets the screen tip.
Declaration
cs-api-definition
public RadOffice2007ScreenTipElement ScreenTip { get; }
Property Value