Nevron.UI.WinForm.Controls Namespace / NTabLayout Class / NTabLayout Constructor / NTabLayout Constructor(NTabCollection)


In This Topic
    NTabLayout Constructor(NTabCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal tabs As NTabCollection _
    )
    'Usage
     
    
    Dim tabs As NTabCollection
     
    Dim instance As New NTabLayout(tabs)
    public NTabLayout( 
       NTabCollection tabs
    )

    Parameters

    tabs
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also