GoDiagram Web Reference
NewObject Property

Gets or sets the GoObject that is a copy of the Prototype that will be added to this view's document in DoCreate.
Syntax
'Declaration
 
Public Property NewObject As GoObject
public GoObject NewObject {get; set;}
Remarks
This property is set by DoMouseMove when this tool is Active. The value is the result of a call to CopyPrototype. While the user is dragging the mouse around, this new object will be part of the view. The DoCreate method will remove this new object from the view and add it to the document.
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