GoDiagram Win Reference
FindItemProperty Method

The item in which to search for the value.
The specified parameters.
Finds a value according to the specified parameters in a specified item.
Syntax
'Declaration
 
Protected Overridable Function FindItemProperty( _
   ByVal item As GoObject, _
   ByVal e As GoPropertyModifierArgs _
) As Object
protected virtual object FindItemProperty( 
   GoObject item,
   GoPropertyModifierArgs e
)

Parameters

item
The item in which to search for the value.
e
The specified parameters.

Return Value

Returns an object according to the specified parameters. If no suitable object is found in the specified item that conforms to the specified parameters, then this returns null.
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