Class TreeMapScreenTipEventArgs
Provides data for the ScreenTipShowing event.
Inheritance
Namespace: Telerik.WinControls.UI.TreeMap
Assembly: Telerik.WinControls.UI.dll
Syntax
public class TreeMapScreenTipEventArgs : CancelEventArgs
Constructors
TreeMapScreenTipEventArgs(RadOffice2007ScreenTipElement, Point, TreeMapDataItem)
Initializes a new instance of the TreeMapScreenTipEventArgs class.
Declaration
public TreeMapScreenTipEventArgs(RadOffice2007ScreenTipElement screenTip, Point location, TreeMapDataItem item)
Parameters
RadOffice2007ScreenTipElement
screenTip
The screen tip. |
System.Drawing.Point
location
The screen tip location. |
TreeMapDataItem
item
The data item or group. |
Properties
CaptionText
Gets or sets the ScreenTip caption.
Declaration
public string CaptionText { get; set; }
Property Value
System.String
|
Delay
Gets or sets the ScreenTip delay.
Declaration
public int Delay { get; set; }
Property Value
System.Int32
|
FooterText
Item
Gets the data item or group. If the item is group item can be casted to TreeMapDataItemGroup.
Declaration
public TreeMapDataItem Item { get; }
Property Value
TreeMapDataItem
|
Location
Gets or sets the ScreenTip location.
Declaration
public Point Location { get; set; }
Property Value
System.Drawing.Point
|
ScreenTip
Gets the screen tip.
Declaration
public RadOffice2007ScreenTipElement ScreenTip { get; }
Property Value
RadOffice2007ScreenTipElement
|
Text
Gets or sets the ScreenTip content.
Declaration
public string Text { get; set; }
Property Value
System.String
|