GoDiagram Win Reference
Start Method (GoToolContext)

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
'Declaration
 
Public Overrides Sub Start() 
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoToolContext Class
GoToolContext Members
Base Implementation in Start

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback