Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / ENTooltipPosition Enumeration


In This Topic
    ENTooltipPosition Enumeration
    In This Topic
    Enumerates the possible tooltip positions.
    Syntax
    'Declaration
     
    
    Public Enum ENTooltipPosition 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENTooltipPosition
    public enum ENTooltipPosition : System.Enum 
    Members
    MemberDescription
    BottomAlignCenterThe tooltip is placed at the bottom of the cursor, with cursor hotspot aligned with the X center of the tooltip.
    BottomAlignLeftThe tooltip is placed at the bottom of the cursor, with cursor hotspot aligned to the left side of the tooltip.
    BottomAlignRightThe tooltip is placed at the bottom of the cursor, with cursor hotspot aligned to the right side of the tooltip.
    LeftAlignBottomThe tooltip is placed at the left of the cursor, with cursor hotspot aligned with the bottom side of the tooltip.
    LeftAlignCenterThe tooltip is placed at the left of the cursor, with cursor hotspot aligned with the Y center of the tooltip.
    LeftAlignTopThe tooltip is placed at the left of the cursor, with cursor hotspot aligned with the top side of the tooltip.
    RightAlignBottomThe tooltip is placed at the right side of the cursor, with cursor hotspot aligned with the bottom side of the tooltip.
    RightAlignCenterThe tooltip is placed at the right side of the cursor, with cursor hotspot aligned with the Y center of the tooltip.
    RightAlignTopThe tooltip is placed at the right side of the cursor, with cursor hotspot aligned with the top side of the tooltip.
    TopAlignCenterThe tooltip is placed at the top of the cursor, with cursor hotspot aligned with the X center of the tooltip.
    TopAlignLeftThe tooltip is placed at the top of the cursor, with cursor hotspot aligned to the left side of the tooltip.
    TopAlignRightThe tooltip is placed at the top of the cursor, with cursor hotspot aligned to the right side of the tooltip.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.UI.ENTooltipPosition

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also