Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NColorSkinState Class / NColorSkinState Constructor / NColorSkinState Constructor(NSymbol)


In This Topic
    NColorSkinState Constructor(NSymbol)
    In This Topic
    Creates a new transparent color skin state that hosts the given symbol.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal symbol As NSymbol _
    )
    'Usage
     
    
    Dim symbol As NSymbol
     
    Dim instance As New NColorSkinState(symbol)
    public NColorSkinState( 
       NSymbol symbol
    )

    Parameters

    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