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


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

    Parameters

    id
    The id 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