ClassTreeMapScreenTipEventArgs
Class
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
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
The screen tip.
location
The screen tip location.
item
The data item or group.
Properties
CaptionText
Gets or sets the ScreenTip caption.
Delay
Gets or sets the ScreenTip delay.
FooterText
Gets or sets the ScreenTip footer.
Item
Gets the data item or group. If the item is group item can be casted to TreeMapDataItemGroup.
Location
Gets or sets the ScreenTip location.
ScreenTip
Gets the screen tip.
Declaration
cs-api-definition
public RadOffice2007ScreenTipElement ScreenTip { get; }
Property Value