GoDiagram Win Reference
ModifyItemProperty Method

The item to be modified.
The specified modification parameters.
Determines how to modify an individual item of the collection. Each item may have individual parts which can be modified, while the object itself cannot. For example, a GoGroup might not have an property to be modified, however, it may contain objects which can be modified.
Syntax
'Declaration
 
Protected Overridable Sub ModifyItemProperty( _
   ByVal item As GoObject, _
   ByVal e As GoPropertyModifierArgs, _
   ByVal newval As Object _
) 
protected virtual void ModifyItemProperty( 
   GoObject item,
   GoPropertyModifierArgs e,
   object newval
)

Parameters

item
The item to be modified.
e
The specified modification parameters.
newval
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