Nevron.UI.WinForm.Docking Namespace / NDockingFrameworkCommander Class / ExecuteCommand Method / ExecuteCommand(Int32,Object) Method


In This Topic
    ExecuteCommand(Int32,Object) Method
    In This Topic
    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
    param
    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