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


In This Topic
    GetCommandByName Method
    In This Topic
    Gets the command with the specified name.
    Syntax
    'Declaration
     
    
    Public Function GetCommandByName( _
       ByVal name As System.String _
    ) As NDockingFrameworkCommand
    'Usage
     
    
    Dim instance As NDockingFrameworkCommander
    Dim name As System.String
    Dim value As NDockingFrameworkCommand
     
    value = instance.GetCommandByName(name)
    public NDockingFrameworkCommand GetCommandByName( 
       System.string name
    )

    Parameters

    name
    The name to search for.

    Return Value

    A NDockingFrameworkCommand instance if a command with the specified name 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