GoDiagram Web Reference
GoToolSelecting Class
Members 

This tool, normally the last tool considered by the tool manager, handles a possible change of selection by the user.
Syntax
'Declaration
 
<SerializableAttribute()>
Public Class GoToolSelecting 
   Inherits GoTool
   Implements IGoTool 
[SerializableAttribute()]
public class GoToolSelecting : GoTool, IGoTool  
Remarks
This tool assumes it is being invoked due to a mouse up, so it need not expect any additional mouse events. In other words, it is expected to be used modelessly, as one of the GoView.MouseUpTools. No transaction is performed by this tool, although it is possible (but unconventional) that selecting an object or clicking on it might perform one.
Inheritance Hierarchy

System.Object
   Northwoods.GoWeb.GoTool
      Northwoods.GoWeb.GoToolSelecting

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

GoToolSelecting Members
Northwoods.GoWeb Namespace

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback