GoDiagram Win Reference
ModifyObjects Method (GoPropertyUserControl)

This virtual method must be overridden to call PropertyModifier.ModifyProperty(Int32,GoPropertyModifierPart,GoPropertyModifierChoice,Object) for each of the properties exhibited by Controls in this UserControl.
Syntax
'Declaration
 
Public Overridable Sub ModifyObjects() 
public virtual void ModifyObjects()
Remarks
Your override should check for a null value of PropertyModifier and if IsUpdating is true -- in either case this method should do nothing. Otherwise you should call GoPropertyModifier.StartTransaction, make the needed calls to ModifyProperty(Int32,GoPropertyModifierPart,GoPropertyModifierChoice,Object), and then call GoPropertyModifier.FinishTransaction.
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

GoPropertyUserControl Class
GoPropertyUserControl Members

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback