GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolContext Class / BackgroundContextMenu Property
In This Topic
    BackgroundContextMenu Property
    In This Topic
    Gets the view's original ContextMenu, before being temporarily reset by this tool.
    Syntax
    public ContextMenu BackgroundContextMenu {get;}
    Remarks
    This is set by Start and is restored by Stop. The view's ContextMenu property has to be set to null temporarily to avoid being invoked as well as an object specific context menu. We recommend not using the view's Control.ContextMenu property, but bringing up a context menu explicitly when handling the GoView.BackgroundContextClicked event.
    See Also