New to Telerik UI for WinFormsStart a free 30-day trial

Provides data for the ScreenTipShowing event.

Definition

Namespace:Telerik.WinControls.UI.TreeMap

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class TreeMapScreenTipEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsTreeMapScreenTipEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

Initializes a new instance of the TreeMapScreenTipEventArgs class.

C#
public TreeMapScreenTipEventArgs(RadOffice2007ScreenTipElement screenTip, Point location, TreeMapDataItem item)
Parameters:screenTipRadOffice2007ScreenTipElement

The screen tip.

locationPoint

The screen tip location.

itemTreeMapDataItem

The data item or group.

Properties

Gets or sets the ScreenTip caption.

C#
public string CaptionText { get; set; }

Gets or sets the ScreenTip delay.

C#
public int Delay { get; set; }

Gets or sets the ScreenTip footer.

C#
public string FooterText { get; set; }

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

C#
public TreeMapDataItem Item { get; }

Gets or sets the ScreenTip location.

C#
public Point Location { get; set; }

Gets the screen tip.

C#
public RadOffice2007ScreenTipElement ScreenTip { get; }

Gets or sets the ScreenTip content.

C#
public string Text { get; set; }