GoDiagram Web Reference
OneShot Property

Whether this tool automatically stops itself on a mouse up event.
Syntax
'Declaration
 
Public Overridable Property OneShot As Boolean
public virtual bool OneShot {get; set;}

Property Value

This defaults to true.
Remarks
You might want to set this to false if Modal is true. When Modal is true and OneShot is false, each call to DoCreate occurs in its own transaction and this tool handles Ctrl-Z and Ctrl-Y to Undo and Redo each creation.
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

GoToolCreating Class
GoToolCreating Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback