GoDiagram Web Reference
InsertString Method

the intended index for the item and its accompanying objects
the initial Text value for the new GoText item
This convenience method inserts an item containing a string into the list.
Syntax
'Declaration
 
Public Overridable Function InsertString( _
   ByVal i As Integer, _
   ByVal s As String _
) As GoText
public virtual GoText InsertString( 
   int i,
   string s
)

Parameters

i
the intended index for the item and its accompanying objects
s
the initial Text value for the new GoText item

Return Value

the new GoText item
Remarks
This calls CreateText and InsertItem with the resulting GoText object and the results of two calls to CreatePort.
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

GoMultiTextNode Class
GoMultiTextNode Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback