Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NDockingFrameworkCommander Class / ExecuteCommand Method / ExecuteCommand(KeyEventArgs) Method
The specified key event arguments.


In This Topic
    ExecuteCommand(KeyEventArgs) Method
    In This Topic
    Executes a command. The commander tries to find a command by keys and if a match is found the command is executed.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Function ExecuteCommand( _
       ByVal e As System.Windows.Forms.KeyEventArgs _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NDockingFrameworkCommander
    Dim e As System.Windows.Forms.KeyEventArgs
    Dim value As System.Boolean
     
    value = instance.ExecuteCommand(e)
    public virtual System.bool ExecuteCommand( 
       System.Windows.Forms.KeyEventArgs e
    )

    Parameters

    e
    The specified key event arguments.

    Return Value

    True if a command was found and executed, 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