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


In This Topic
    GetStyle Method (NThemeSkinner)
    In This Topic
    Gets the style that applies the specified state
    Syntax
    'Declaration
     
    
    Public Function GetStyle( _
       ByVal ParamArray stateSelectorParts() As NThemeSelectorPart _
    ) As NThemeStyle
    'Usage
     
    
    Dim instance As NThemeSkinner
    Dim stateSelectorParts() As NThemeSelectorPart
    Dim value As NThemeStyle
     
    value = instance.GetStyle(stateSelectorParts)
    public NThemeStyle GetStyle( 
       params NThemeSelectorPart[] stateSelectorParts
    )

    Parameters

    stateSelectorParts
    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