Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NNavigationPane Class / ExecuteCommand Method


In This Topic
    ExecuteCommand Method (NNavigationPane)
    In This Topic
    Executes a command with the specified id.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub ExecuteCommand( _
       ByVal id As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As NNavigationPane
    Dim id As System.Integer
     
    instance.ExecuteCommand(id)
    protected virtual void ExecuteCommand( 
       System.int id
    )

    Parameters

    id
    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