GoDiagram Win Reference
DoBeginEdit Method (GoObject)

Start editing this object in the given view.
Syntax
'Declaration
 
Public Overridable Sub DoBeginEdit( _
   ByVal view As GoView _
) 
public virtual void DoBeginEdit( 
   GoView view
)

Parameters

view
Remarks
Because no editor is suitable for all GoObjects, this method does nothing by default. An implementation of this method should probably start a transaction, call CreateEditor, initialize the resulting GoControl appropriately, remember it as the value of the Editor property, and add it to the view by setting the GoView.EditControl property.
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

GoObject Class
GoObject Members
CreateEditor Method
DoEndEdit Method

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback