ComponentOne Menus and Toolbars for WinForms
C1.Win.Command.8 Assembly / 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

    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.Command.RadialMenu Namespace