GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoContextMenu Class / GoContextMenu Constructor
The GoView in which this ContextMenu is being invoked.
In This Topic
    GoContextMenu Constructor
    In This Topic
    This ContextMenu subclass remembers the GoView in which the MenuItems commands should operate.
    Syntax
    public GoContextMenu( 
       GoView view
    )

    Parameters

    view
    The GoView in which this ContextMenu is being invoked.
    See Also