Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NUITheme Class / GetBoxUIPartSkinner Method / GetBoxUIPartSkinner(NSchema,NSkin) Method


In This Topic
    GetBoxUIPartSkinner(NSchema,NSkin) Method
    In This Topic
    Gets an image skinner, that skins box elements that are instances of the specified target schema.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetBoxUIPartSkinner( _
       ByVal schema As NSchema, _
       ByVal skin As NSkin _
    ) As NBoxUIPartSkinner
    'Usage
     
    
    Dim instance As NUITheme
    Dim schema As NSchema
    Dim skin As NSkin
    Dim value As NBoxUIPartSkinner
     
    value = instance.GetBoxUIPartSkinner(schema, skin)
    public NBoxUIPartSkinner GetBoxUIPartSkinner( 
       NSchema schema,
       NSkin skin
    )

    Parameters

    schema
    skin
    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