Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NColorSkin Class / SetState Method / SetState(String,NSymbol) Method


In This Topic
    SetState(String,NSymbol) Method
    In This Topic
    Sets the given symbol to the state at the specified index.
    Syntax
    'Declaration
     
    
    Public Overloads Sub SetState( _
       ByVal stateName As System.String, _
       ByVal symbol As NSymbol _
    ) 
    'Usage
     
    
    Dim instance As NColorSkin
    Dim stateName As System.String
    Dim symbol As NSymbol
     
    instance.SetState(stateName, symbol)
    public void SetState( 
       System.string stateName,
       NSymbol symbol
    )

    Parameters

    stateName
    symbol
    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