Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / PlacementMode Enumeration

In This Topic
    PlacementMode Enumeration
    In This Topic
    Describes the placement of where a tooltip appears on the screen.
    Syntax
    'Declaration
     
    
    Public Enum PlacementMode 
       Inherits System.Enum
    public enum PlacementMode : System.Enum 
    Members
    MemberDescription
    BottomA position of the tooltip below the element above which the mouse cursor hangs.
    DefaultA position of the tooltip under the ribbon.
    MousePointA tooltip position under the mouse cursor.
    RightA position of the tooltip to the right of the item the mouse cursor is hanging over.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.Ribbon.PlacementMode

    See Also