Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NCommandManager Class / GetCommandsByID Method
The id to search for.


In This Topic
    GetCommandsByID Method
    In This Topic
    Searches among all commands and gets the ones that match the specified id.
    Syntax
    'Declaration
     
    
    Public Function GetCommandsByID( _
       ByVal id As System.Integer _
    ) As System.Collections.ArrayList
    'Usage
     
    
    Dim instance As NCommandManager
    Dim id As System.Integer
    Dim value As System.Collections.ArrayList
     
    value = instance.GetCommandsByID(id)
    public System.Collections.ArrayList GetCommandsByID( 
       System.int id
    )

    Parameters

    id
    The id to search for.

    Return Value

    An arrayList populated with all the matches.
    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