An enumeration that defines members for the possible tool tip displays modes of RadTreeMapElement.
Definition
Namespace:Telerik.WinControls.UI.TreeMap
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
[Flags]
public enum ToolTipDisplayMode
Fields
Does not display tool or screen tips.
C#
None = 0
Displays a screen tip when an item or a group is hovered.
C#
ScreenTip = 2
Displays a tool tip when an item or a group is hovered.
C#
ToolTip = 1