Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NThemeSkin Class / GetStyle Method


In This Topic
    GetStyle Method (NThemeSkin)
    In This Topic
    Gets the declaration for the specified state.
    Syntax
    'Declaration
     
    
    Public Function GetStyle( _
       ByVal ParamArray parts() As NThemeSelectorPart _
    ) As NThemeStyle
    'Usage
     
    
    Dim instance As NThemeSkin
    Dim parts() As NThemeSelectorPart
    Dim value As NThemeStyle
     
    value = instance.GetStyle(parts)
    public NThemeStyle GetStyle( 
       params NThemeSelectorPart[] parts
    )

    Parameters

    parts
    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