Nevron.Examples.Framework.WebForm Namespace / NTab Class / CreateTab Method


In This Topic
    CreateTab Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function CreateTab( _
       ByVal test As System.String, _
       ByVal pathToRoot As System.String, _
       ByVal currentTheme As System.String _
    ) As NTab
    'Usage
     
    
    Dim test As System.String
    Dim pathToRoot As System.String
    Dim currentTheme As System.String
    Dim value As NTab
     
    value = NTab.CreateTab(test, pathToRoot, currentTheme)
    public static NTab CreateTab( 
       System.string test,
       System.string pathToRoot,
       System.string currentTheme
    )

    Parameters

    test
    pathToRoot
    currentTheme
    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