Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NLibraryBrowser Class / BuildContextMenu Method
object for which to build context menu


In This Topic
    BuildContextMenu Method (NLibraryBrowser)
    In This Topic
    Builds a context menu for the specified object
    Syntax
    'Declaration
     
    
    Public Overridable Function BuildContextMenu( _
       ByVal obj As System.Object _
    ) As NContextMenu
    'Usage
     
    
    Dim instance As NLibraryBrowser
    Dim obj As System.Object
    Dim value As NContextMenu
     
    value = instance.BuildContextMenu(obj)
    public virtual NContextMenu BuildContextMenu( 
       System.object obj
    )

    Parameters

    obj
    object for which to build context menu

    Return Value

    context menu
    Remarks
    This method simply calls the DelegateBuildContextMenu delegate
    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