GoDiagram Web Reference
ChildNames Property

Gets a Dictionary of name/child mappings in both directions.
Syntax
'Declaration
 
Public ReadOnly Property ChildNames As Dictionary(Of Object,Object)
public Dictionary<object,object> ChildNames {get;}

Property Value

A Dictionary, but will be null/nothing until you call AddChildName.
Remarks

The dictionary should contain mappings in both directions-- from String name to child GoObject, and the reverse, from object to name. In order to save space, overrides of FindName and FindChild will handle common child names rather than using a hash table data structure. For example, GoBasicNode provides the name "Label" for its GoText part that is the value of its GoBasicNode.Label property.

To modify this hash table, call AddChildName, RemoveChildName(String), or RemoveChildName(GoObject). If you modify this dictionary directly, such changes are not recorded by the undo manager.

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