Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NPairBox Class / NPairBox Constructor / NPairBox Constructor(Object,Object)


In This Topic
    NPairBox Constructor(Object,Object)
    In This Topic
    Creates a pair box in which box1 is placed before box2.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal box1 As System.Object, _
       ByVal box2 As System.Object _
    )
    'Usage
     
    
    Dim box1 As System.Object
    Dim box2 As System.Object
     
    Dim instance As New NPairBox(box1, box2)
    public NPairBox( 
       System.object box1,
       System.object box2
    )

    Parameters

    box1
    box2
    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