Nevron.UI.WinForm.Controls Namespace / NItemsControl Class / GetItemVisualState Method


In This Topic
    GetItemVisualState Method
    In This Topic
    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
    local
    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