'Declaration Public Enum TooltipPlacementMode Inherits System.Enum
public enum TooltipPlacementMode : System.Enum
'Declaration Public Enum TooltipPlacementMode Inherits System.Enum
public enum TooltipPlacementMode : System.Enum
Member | Description |
---|---|
Absolute | A 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. |
Center | A position of the tooltip where it is centered over the PlacementTarget. |
Custom | A position behavior for the tooltip that is defined by the C1.Win.C1Command.C1RadialMenu.CustomTooltipDisplaying delegate property. |
Default | A position of the tooltip next to the radial menu on the right. |
Mouse | A 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. |
Relative | A 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. |
System.Object
System.ValueType
System.Enum
C1.Win.C1Command.RadialMenu.TooltipPlacementMode
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