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


In This Topic
    ENDefaultScreenMode Enumeration
    In This Topic
    Gets the default screen mode for screen by point and rect queries
    Syntax
    'Declaration
     
    
    Public Enum ENDefaultScreenMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENDefaultScreenMode
    public enum ENDefaultScreenMode : System.Enum 
    Members
    MemberDescription
    FocusThe resulting screen does not defaults to the focus.
    FocusPrimaryThe resulting screen does not defaults to the focus. If the focus is null it default to the primary.
    NoneThe resulting screen does not default to any
    PrimaryThe resulting screen does not defaults to the primary.
    Inheritance Hierarchy

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

    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