Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NThemeSelector Class / NThemeSelector Constructor


In This Topic
    NThemeSelector Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function New( _
       ByVal pbGb As NSchema, _
       ByVal QbGb() As NSchema, _
       ByVal ParamArray rbGb() As NThemeSelectorPart _
    )
    'Usage
     
    
    Dim pbGb As NSchema
    Dim QbGb() As NSchema
    Dim rbGb() As NThemeSelectorPart
     
    Dim instance As New NThemeSelector(pbGb, QbGb, rbGb)
    internal NThemeSelector( 
       NSchema pbGb,
       NSchema[] QbGb,
       params NThemeSelectorPart[] rbGb
    )

    Parameters

    pbGb
    QbGb
    rbGb
    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