GoDiagram Web Reference
GoToolRubberBanding Class
Members 

The tool used to handle a user's background drag to do a multiple selection.
Syntax
'Declaration
 
<SerializableAttribute()>
Public Class GoToolRubberBanding 
   Inherits GoTool
   Implements IGoTool 
[SerializableAttribute()]
public class GoToolRubberBanding : GoTool, IGoTool  
Remarks
No transaction is performed by this tool, although it is possible (but unconventional) that DoRubberBand might be overridden to perform one. This tool is normally used as a modeless tool, one of the view's mouse tools, that can be started upon a mouse move (GoView.MouseMoveTools). When the Modal property is set to true, this tool waits for a mouse down at which CanStart returns true before drawing the rubber-band box.
Inheritance Hierarchy

System.Object
   Northwoods.GoWeb.GoTool
      Northwoods.GoWeb.GoToolRubberBanding
         Northwoods.GoWeb.GoToolZooming

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

GoToolRubberBanding Members
Northwoods.GoWeb Namespace

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback