GoDiagram Win Reference
ModifyObjectProperty Method

The specified object to be modified.
The specified modification parameters.
This methods modifies the specified object to the modification parameters.
Syntax
'Declaration
 
Protected Overridable Sub ModifyObjectProperty( _
   ByVal obj As GoObject, _
   ByVal e As GoPropertyModifierArgs, _
   ByVal newval As Object _
) 
protected virtual void ModifyObjectProperty( 
   GoObject obj,
   GoPropertyModifierArgs e,
   object newval
)

Parameters

obj
The specified object to be modified.
e
The specified modification parameters.
newval
Remarks
If you override this method to handle additional properties, and if those properties are parts of brushes or pens, you may find it convenient to call or override SetBrushPart or SetPenPart.
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

GoPropertyModifier Class
GoPropertyModifier Members

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback