Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NLightUIItemCollection Class / GetItemsByCheckState Method / GetItemsByCheckState(ItemCheckState) Method


In This Topic
    GetItemsByCheckState(ItemCheckState) Method
    In This Topic
    Gets all items that have the specified check state.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetItemsByCheckState( _
       ByVal state As ItemCheckState _
    ) As NLightUIItem()
    'Usage
     
    
    Dim instance As NLightUIItemCollection
    Dim state As ItemCheckState
    Dim value() As NLightUIItem
     
    value = instance.GetItemsByCheckState(state)
    public NLightUIItem[] GetItemsByCheckState( 
       ItemCheckState state
    )

    Parameters

    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