GoDiagram Web Reference
Item(Int32) Property

This IList indexed property gets or sets the object at a position in the group's array of children.
Syntax
'Declaration
 
Public Overloads Overridable Property Item( _
   ByVal index As Integer _
) As GoObject
public virtual GoObject Item( 
   int index
) {get; set;}

Parameters

index
Remarks
You can also refer to objects by name (a string) if they have been named, either with a call to AddChildName or with an override of FindChild.
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
Overload List
InsertBefore Method
InsertAfter Method
RemoveAt Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback