Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NSkin Class / CloneState Method


In This Topic
    CloneState Method
    In This Topic
    Creates and returns a clone of the state with the given name.
    Syntax
    'Declaration
     
    
    Public Function CloneState( _
       ByVal stateName As System.String _
    ) As NSkinState
    'Usage
     
    
    Dim instance As NSkin
    Dim stateName As System.String
    Dim value As NSkinState
     
    value = instance.CloneState(stateName)
    public NSkinState CloneState( 
       System.string stateName
    )

    Parameters

    stateName
    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