Northwoods.Go Assembly > Northwoods.Go Namespace : GoToolCreating Class |
For a list of all members of this type, see GoToolCreating members.
Name | Description | |
---|---|---|
Active | Gets or sets whether this tool is in the process of drawing a new object. | |
AutoScrolling | Gets or sets whether dragging the mouse near the edges of the view should cause the view to scroll automatically. | |
CurrentObject | Gets or sets this tool's CurrentObject property. (Inherited from Northwoods.Go.GoTool) | |
FirstInput | Gets this view's FirstInput property. (Inherited from Northwoods.Go.GoTool) | |
LastInput | Gets this view's LastInput property. (Inherited from Northwoods.Go.GoTool) | |
MaximumSize | Gets or sets the maximum size for the NewObject, as computed by ComputeBox. | |
MinimumSize | Gets or sets the minimum size for the NewObject, as computed by ComputeBox. | |
Modal | Whether this tool can be used to implement an object-creating mode for a GoView, or whether this tool can be get started when appropriate as one of the GoView.MouseMoveTools. | |
NewObject | Gets or sets the GoObject that is a copy of the Prototype that will be added to this view's document in DoCreate. | |
OneShot | Whether this tool automatically stops itself on a mouse up event. | |
Prototype | Gets or sets the GoObject that should be copied, sized, and positioned by this tool. | |
ResizesSelectionObject | Gets or sets whether the NewObject or the NewObject's GoObject.SelectionObject has its Bounds set to the value returned by ComputeBox. | |
Selection | Gets this view's Selection property. (Inherited from Northwoods.Go.GoTool) | |
SnapsToGrid | Gets or sets whether the result of ComputeBox heeds the view's grid by calling GoView.GoView.SnapPoint. | |
TransactionResult | Gets or sets whether to abort the current transaction if this tool is stopped; if set to a string, the string specifies the name of the transaction that will be finished when the tool stops. (Inherited from Northwoods.Go.GoTool) | |
View | Gets the view for which this tool is handling canonicalized input events. (Inherited from Northwoods.Go.GoTool) |