GoDiagram Web Reference
FindChild Method (GoGroup)

a String, which may be the same as the property name for those child objects that are also accessible via a property
Return a child object that is known by the given name.
Syntax
'Declaration
 
Public Overridable Function FindChild( _
   ByVal name As String _
) As GoObject
public virtual GoObject FindChild( 
   string name
)

Parameters

name
a String, which may be the same as the property name for those child objects that are also accessible via a property

Return Value

a child of this group, or null if no such named child object is known
Remarks
A child object will not have a name unless you call AddChildName first, or unless this method is overridden to provide a name. This is frequently overridden when defining a group or node that has well-known parts. Often such parts are also accessible as a property on the class, and the name of the part will be the same as the name of the property. If you override this, you will probably also need to override FindName.
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

GoGroup Class
GoGroup Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback