Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTabLayout Class / SetCollection Method
The specified collection of tabs.


In This Topic
    SetCollection Method
    In This Topic
    Sets the collection of tabs the manager will work with.
    Syntax
    'Declaration
     
    
    Public Sub SetCollection( _
       ByVal tabs As NTabCollection _
    ) 
    'Usage
     
    
    Dim instance As NTabLayout
    Dim tabs As NTabCollection
     
    instance.SetCollection(tabs)
    public void SetCollection( 
       NTabCollection tabs
    )

    Parameters

    tabs
    The specified collection of 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