Docking Tab for WinForms | ComponentOne
C1.Win.Command.RadialMenu Namespace / TooltipPlacementMode Enumeration

In This Topic
    TooltipPlacementMode Enumeration
    In This Topic
    Specifies the placement of where a C1RadialMenu tooltip appears on the screen.
    Syntax
    'Declaration
     
    
    Public Enum TooltipPlacementMode 
       Inherits System.Enum
    public enum TooltipPlacementMode : 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.Command.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.Command.RadialMenu.TooltipPlacementMode

    See Also