Class
TreeMapScreenTipEventArgs

Provides data for the ScreenTipShowing event.

Definition

Namespace:Telerik.WinControls.UI.TreeMap

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class TreeMapScreenTipEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsTreeMapScreenTipEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

TreeMapScreenTipEventArgs(RadOffice2007ScreenTipElement, Point, TreeMapDataItem)

Initializes a new instance of the TreeMapScreenTipEventArgs class.

Declaration

cs-api-definition
public TreeMapScreenTipEventArgs(RadOffice2007ScreenTipElement screenTip, Point location, TreeMapDataItem item)

Parameters

screenTip

RadOffice2007ScreenTipElement

The screen tip.

location

Point

The screen tip location.

item

TreeMapDataItem

The data item or group.

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

Item

Gets the data item or group. If the item is group item can be casted to TreeMapDataItemGroup.

Declaration

cs-api-definition
public TreeMapDataItem Item { get; }

Property Value

TreeMapDataItem

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