C1.Win.C1Command.4.8 Assembly / C1.Win.C1Command.RadialMenu Namespace / TooltipPlacementMode Enumeration

TooltipPlacementMode Enumeration
Specifies the placement of where a C1RadialMenu tooltip appears on the screen.
Syntax
'Declaration
 
Public Enum TooltipPlacementMode 
   Inherits System.Enum
 
Members
MemberDescription
AbsoluteA position of the tooltip relative to the upper-left corner of the screen and at an offset that is defined by the HorizontalOffset and VerticalOffset property values.
CenterA position of the tooltip where it is centered over the PlacementTarget.
CustomA position behavior for the tooltip that is defined by the C1.Win.C1Command.C1RadialMenu.CustomTooltipDisplaying delegate property.
DefaultA position of the tooltip next to the radial menu on the right.
MouseA position of the tooltip relative to the tip of the mouse cursor and at an offset that is defined by the HorizontalOffset and VerticalOffset property values.
RelativeA position of the tooltip relative to the upper-left corner of the PlacementTarget and at an offset that is defined by the HorizontalOffset and VerticalOffset property values.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Command.RadialMenu.TooltipPlacementMode

scrap%

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1.Win.C1Command.RadialMenu Namespace