GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolContext Class / Start Method
In This Topic
    Start Method (GoToolContext)
    In This Topic
    If the view has a context menu, remember it and set it to null if there is an object at the last input event point.
    Syntax
    public override void Start()
    Remarks
    This disables the default context menu behavior for Controls when there is a selectable document object under the mouse. The object is free to bring up its own context menu as part of the GoObject.OnContextClick method. When there is no object under the mouse, the view's context menu pops up normally. 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