Nevron.Diagram.WinForm.Commands Namespace / NDiagramContextMenuBuilder Class / AddGenericCommands Method


In This Topic
    AddGenericCommands Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub AddGenericCommands( _
       ByVal obj As System.Object, _
       ByVal menu As NContextMenu _
    ) 
    'Usage
     
    
    Dim instance As NDiagramContextMenuBuilder
    Dim obj As System.Object
    Dim menu As NContextMenu
     
    instance.AddGenericCommands(obj, menu)
    protected virtual void AddGenericCommands( 
       System.object obj,
       NContextMenu menu
    )

    Parameters

    obj
    menu
    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