Nevron .NET Vision
Nevron.Diagram.WinForm.Commands Namespace / NDiagramContextMenuBuilder Class / AddVerbs Method
object whose verbs to add


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

    Parameters

    obj
    object whose verbs to add
    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