Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NTheme Class / CreateNamedChildState Method


In This Topic
    CreateNamedChildState Method
    In This Topic
    Creates a new basic context that matches elements that are children of an element that is a named child of another element.
    Syntax
    'Declaration
     
    
    Protected Friend Function CreateNamedChildState( _
       ByVal child As NChild _
    ) As NThemingState
    'Usage
     
    
    Dim instance As NTheme
    Dim child As NChild
    Dim value As NThemingState
     
    value = instance.CreateNamedChildState(child)
    protected internal NThemingState CreateNamedChildState( 
       NChild child
    )

    Parameters

    child
    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