Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NUIManager Class / GetComponents Method
The type to search for.


In This Topic
    GetComponents Method
    In This Topic
    Gets an arraylist populated with all the components that match the specified type.
    Syntax
    'Declaration
     
    
    Public Shared Function GetComponents( _
       ByVal type As System.Type _
    ) As System.Collections.ArrayList
    'Usage
     
    
    Dim type As System.Type
    Dim value As System.Collections.ArrayList
     
    value = NUIManager.GetComponents(type)
    public static System.Collections.ArrayList GetComponents( 
       System.Type type
    )

    Parameters

    type
    The type to search for.

    Return Value

    The arraylist.
    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