Nevron .NET Vision
Nevron.UI Namespace / NUIItem Class / SetItemState Method


In This Topic
    SetItemState Method (NUIItem)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub SetItemState( _
       ByVal state As ItemState, _
       ByVal reason As ItemStateChangeReason _
    ) 
    'Usage
     
    
    Dim instance As NUIItem
    Dim state As ItemState
    Dim reason As ItemStateChangeReason
     
    instance.SetItemState(state, reason)
    protected virtual void SetItemState( 
       ItemState state,
       ItemStateChangeReason reason
    )

    Parameters

    state
    reason
    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