public virtual bool DoContextClick( GoInputEventArgs evt )
Parameters
- evt
Return Value
true if the context click occured on a document object whose GoObject.OnContextClick method returned true
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 GoObject.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.