Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NLibraryGroup Class / ShowContextMenu Method
point in screen coordinates


In This Topic
    ShowContextMenu Method (NLibraryGroup)
    In This Topic
    Shows a context menu for this library group
    Syntax
    'Declaration
     
    
    Public Overridable Sub ShowContextMenu( _
       ByVal screen As System.Drawing.Point _
    ) 
    'Usage
     
    
    Dim instance As NLibraryGroup
    Dim screen As System.Drawing.Point
     
    instance.ShowContextMenu(screen)
    public virtual void ShowContextMenu( 
       System.Drawing.Point screen
    )

    Parameters

    screen
    point in screen coordinates
    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