Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NLightUIItemCollection Class / GetItemsByCheckState Method / GetItemsByCheckState(ItemCheckState,Boolean) Method
True to perform recursive search in all items that are INLightUIItemContainer, false otherwise.


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

    Parameters

    state
    nested
    True to perform recursive search in all items that are INLightUIItemContainer, 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