Nevron .NET Vision
Nevron.UI Namespace / INThemableElement Interface / SetState Method
The specfied state.


In This Topic
    SetState Method (INThemableElement)
    In This Topic
    Sets the current state for this instance.
    Syntax
    'Declaration
     
    
    Sub SetState( _
       ByVal stateId As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As INThemableElement
    Dim stateId As System.Integer
     
    instance.SetState(stateId)
    void SetState( 
       System.int stateId
    )

    Parameters

    stateId
    The specfied state.
    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