'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