Northwoods.Go Assembly > Northwoods.Go Namespace > GoView Class : DoContextClick Method |
'Declaration Public Overridable Function DoContextClick( _ ByVal evt As GoInputEventArgs _ ) As Boolean
public virtual bool DoContextClick( GoInputEventArgs evt )
By default this picks the document object at the event's GoInputEventArgs.DocPoint. If an object is found, it raises the ObjectContextClicked
event and calls GoObject.OnContextClick on the object and on its Parents (if any) until it returns true.
If no object is found at the event's point, it raises the BackgroundContextClicked event.
This is normally called from a context mouse button handling tool.
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