Parameters
- s
- the initial GoText.Text value for the new GoText item
Return Value
the new GoText item
int num = this.ItemCount;
GoText t = CreateText(s, num);
AddItem(t, CreatePort(true, num), CreatePort(false, num));
return t;