Nevron.Diagram.WinForm.Commands Namespace / NCommandBuilder Class / CreateCommand Method


In This Topic
    CreateCommand Method (NCommandBuilder)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Function CreateCommand( _
       ByVal commandId As System.Integer, _
       ByVal beginGroup As System.Boolean _
    ) As NCommand
    'Usage
     
    
    Dim instance As NCommandBuilder
    Dim commandId As System.Integer
    Dim beginGroup As System.Boolean
    Dim value As NCommand
     
    value = instance.CreateCommand(commandId, beginGroup)
    public virtual NCommand CreateCommand( 
       System.int commandId,
       System.bool beginGroup
    )

    Parameters

    commandId
    beginGroup
    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