Nevron.UI.WinForm.Controls Namespace / NSkinKey Structure / NSkinKey Constructor


In This Topic
    NSkinKey Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal elementId As System.Integer, _
       ByVal stateId As System.Integer _
    )
    'Usage
     
    
    Dim elementId As System.Integer
    Dim stateId As System.Integer
     
    Dim instance As New NSkinKey(elementId, stateId)
    public NSkinKey( 
       System.int elementId,
       System.int stateId
    )

    Parameters

    elementId
    stateId
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also