GoDiagram Web Reference
DoSelect Method (GoToolContext)

When SingleSelection is false, the user's context-click on a selected object does not modify the selection, thereby allowing the context-click action to apply to a multiple selection.
Syntax
'Declaration
 
Public Overrides Sub DoSelect( _
   ByVal evt As GoInputEventArgs _
) 
public override void DoSelect( 
   GoInputEventArgs evt
)

Parameters

evt
Remarks
If the user holds down the Control and/or Shift keys, or when SingleSelection is true, the standard GoTool.DoSelect behavior occurs. When the user context-clicks over an object that is not selected, it becomes the single selection. When the user context-clicks over no object, the selection is cleared.
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 DoSelect

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback