Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NDockingFrameworkCommander Class / GetCommandById Method
The id to search for.


In This Topic
    GetCommandById Method (NDockingFrameworkCommander)
    In This Topic
    Gets the command with the specified id.
    Syntax
    'Declaration
     
    
    Public Function GetCommandById( _
       ByVal id As System.Integer _
    ) As NDockingFrameworkCommand
    'Usage
     
    
    Dim instance As NDockingFrameworkCommander
    Dim id As System.Integer
    Dim value As NDockingFrameworkCommand
     
    value = instance.GetCommandById(id)
    public NDockingFrameworkCommand GetCommandById( 
       System.int id
    )

    Parameters

    id
    The id to search for.

    Return Value

    A NDockingFrameworkCommand instance if a command with the specified id exists, null 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