Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NDockingFrameworkCommander Class / ExecuteCommand Method / ExecuteCommand(Int32) Method
The id to search for.


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

    Parameters

    id
    The id to search for.

    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