GoDiagram Win Reference
BackgroundContextMenu Property

Gets the view's original ContextMenu, before being temporarily reset by this tool.
Syntax
'Declaration
 
Public ReadOnly Property BackgroundContextMenu As ContextMenu
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.
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

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback