Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NBoxUIPartSkinner Class / NBoxUIPartSkinner Constructor


In This Topic
    NBoxUIPartSkinner Constructor
    In This Topic
    Initializing constructor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal theme As NTheme, _
       ByVal baseSchema As NSchema, _
       ByVal skinType As System.Object, _
       ByVal skin As NSkin, _
       ByVal preState As NThemingState, _
       ByVal ParamArray defaultContext() As NThemeSelectorPart _
    )
    'Usage
     
    
    Dim theme As NTheme
    Dim baseSchema As NSchema
    Dim skinType As System.Object
    Dim skin As NSkin
    Dim preState As NThemingState
    Dim defaultContext() As NThemeSelectorPart
     
    Dim instance As New NBoxUIPartSkinner(theme, baseSchema, skinType, skin, preState, defaultContext)
    public NBoxUIPartSkinner( 
       NTheme theme,
       NSchema baseSchema,
       System.object skinType,
       NSkin skin,
       NThemingState preState,
       params NThemeSelectorPart[] defaultContext
    )

    Parameters

    theme
    baseSchema
    skinType
    skin
    preState
    defaultContext
    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