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


In This Topic
    ENContentPopupHostClickMode Enumeration
    In This Topic
    Enumerates the modes in which a menu popup can be clicked
    Syntax
    'Declaration
     
    
    Public Enum ENContentPopupHostClickMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENContentPopupHostClickMode
    public enum ENContentPopupHostClickMode : System.Enum 
    Members
    MemberDescription
    MouseDownThe menu drop down is clicked when the mouse is down insite its content
    MouseUpThe menu drop down is clicked when the mouse is up insite its content
    Inheritance Hierarchy

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

    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