public override void Start()
public override void Start()
Control
s 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.