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


In This Topic
    ENSelectionAnchorMode Enumeration
    In This Topic
    Defines the selection anchor modes.
    Syntax
    'Declaration
     
    
    Public Enum ENSelectionAnchorMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENSelectionAnchorMode
    public enum ENSelectionAnchorMode : System.Enum 
    Members
    MemberDescription
    FirstThe first selected element is the anchor.
    LastThe last selected element is the anchor.
    Inheritance Hierarchy

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

    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