Nevron .NET Vision
Nevron.Diagram.WinForm.Commands Namespace / NDiagramContextMenuBuilder Class / AddSpecificCommands Method
object for which to prepend commands


In This Topic
    AddSpecificCommands Method
    In This Topic
    Adds object specific commands to the specified context menu
    Syntax
    'Declaration
     
    
    Protected Overridable Sub AddSpecificCommands( _
       ByVal obj As System.Object, _
       ByVal menu As NContextMenu _
    ) 
    'Usage
     
    
    Dim instance As NDiagramContextMenuBuilder
    Dim obj As System.Object
    Dim menu As NContextMenu
     
    instance.AddSpecificCommands(obj, menu)
    protected virtual void AddSpecificCommands( 
       System.object obj,
       NContextMenu menu
    )

    Parameters

    obj
    object for which to prepend commands
    menu
    menu in which to add the commands
    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