Class TreeMapScreenTipEventArgs
Provides data for the Screen
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 Tree
Declaration
public TreeMapScreenTipEventArgs(RadOffice2007ScreenTipElement screenTip, Point location, TreeMapDataItem item)
Parameters
Rad The screen tip. |
System. The screen tip location. |
Tree The data item or group. |
Properties
CaptionText
Gets or sets the ScreenTip caption.
Declaration
public string CaptionText { get; set; }
Property Value
System.
|
Delay
Gets or sets the ScreenTip delay.
Declaration
public int Delay { get; set; }
Property Value
System.
|
FooterText
Item
Gets the data item or group.
If the item is group item can be casted to Tree
Declaration
public TreeMapDataItem Item { get; }
Property Value
Location
Gets or sets the ScreenTip location.
Declaration
public Point Location { get; set; }
Property Value
System.
|
ScreenTip
Gets the screen tip.
Declaration
public RadOffice2007ScreenTipElement ScreenTip { get; }
Property Value
Text
Gets or sets the ScreenTip content.
Declaration
public string Text { get; set; }
Property Value
System.
|