NevronOpenVision
Nevron.Nov.Dom Namespace / NThemeSkinner Class / Skin Method / Skin(Boolean) Method
If true, the states defined by previous calls to GetStyle, will be applied to the DefaultContext. If false, the states defined by previous calls to GetStyle are merged with the PreState.
In This Topic
    Skin(Boolean) Method
    In This Topic
    Creates themeing rules for all states defined by this skinner and adds them to the theme.
    Syntax
    public void Skin( 
       System.bool addStatesToContext
    )

    Parameters

    addStatesToContext
    If true, the states defined by previous calls to GetStyle, will be applied to the DefaultContext. If false, the states defined by previous calls to GetStyle are merged with the PreState.
    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