Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NItemsControl Class / GetItemVisualState Method
The item whose state is to be retrieved.
True if a local state exists for the item, false otherwise.


In This Topic
    GetItemVisualState Method
    In This Topic
    Retrieves the visual state to be used for an item.
    Syntax
    'Declaration
     
    
    Public Function GetItemVisualState( _
       ByVal item As NLightUIItem, _
       ByRef local As System.Boolean _
    ) As NLightUIItemVisualState
    'Usage
     
    
    Dim instance As NItemsControl
    Dim item As NLightUIItem
    Dim local As System.Boolean
    Dim value As NLightUIItemVisualState
     
    value = instance.GetItemVisualState(item, local)
    public NLightUIItemVisualState GetItemVisualState( 
       NLightUIItem item,
       out System.bool local
    )

    Parameters

    item
    The item whose state is to be retrieved.
    local
    True if a local state exists for the item, false otherwise.
    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