GoDiagram Win Reference
FindObjectProperty Method

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

Parameters

obj
The object 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 for the given GoObject that conforms to the specified parameters, then this returns null.
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 GetBrushPart or GetPenPart.
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