Class
HeatMapScreenTipEventArgs

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 CancelEventArgs.CancelEventArgs.Empty

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

RadOffice2007ScreenTipElement

The screen tip.

location

Point

The screen tip location.

index

CellIndex

The cell index.

Properties

CaptionText

Gets or sets the ScreenTip caption.

Declaration

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

Property Value

string

Delay

Gets or sets the ScreenTip delay.

Declaration

cs-api-definition
public int Delay { get; set; }

Property Value

int

FooterText

Gets or sets the ScreenTip footer.

Declaration

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

Property Value

string

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. ///

Declaration

cs-api-definition
public CellIndex Index { get; }

Property Value

CellIndex

Location

Gets or sets the ScreenTip location.

Declaration

cs-api-definition
public Point Location { get; set; }

Property Value

Point

ScreenTip

Gets the screen tip.

Declaration

cs-api-definition
public RadOffice2007ScreenTipElement ScreenTip { get; }

Property Value

RadOffice2007ScreenTipElement

Text

Gets or sets the ScreenTip content.

Declaration

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

Property Value

string