Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NDockingFrameworkCommander Class / ExecuteCommand Method / ExecuteCommand(String,Object) Method
The name to search for.
An additional execution parameter.


In This Topic
    ExecuteCommand(String,Object) Method
    In This Topic
    Executes a command with an optional parameter. The command is searched by name.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Function ExecuteCommand( _
       ByVal name As System.String, _
       ByVal param As System.Object _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NDockingFrameworkCommander
    Dim name As System.String
    Dim param As System.Object
    Dim value As System.Boolean
     
    value = instance.ExecuteCommand(name, param)
    public virtual System.bool ExecuteCommand( 
       System.string name,
       System.object param
    )

    Parameters

    name
    The name to search for.
    param
    An additional execution parameter.

    Return Value

    True if a command was successfully 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