GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoObject Class / GetContextMenu Method
may be null
In This Topic
    GetContextMenu Method
    In This Topic
    Called to get a GoContextMenu to display for this object.
    Syntax
    public virtual GoContextMenu GetContextMenu( 
       GoView view
    )

    Parameters

    view
    may be null

    Return Value

    a GoContextMenu, or null to indicate no context menu for this object.
    Remarks
    By default this just returns null. A non-null value indicates this object has handled the standard context click event and thus that the calling view need not continue calling this method up the chain of parents. GoView.GoView.DoContextClick is the normal caller.
    See Also