GoDiagram Web Reference
GoMultiTextNode Class
Members 

The GoMultiTextNode class displays a number of text objects vertically using a GoListGroup, and associates ports on each side of each text object, plus a port at the top and one at the bottom of the node.
Syntax
'Declaration
 
<SerializableAttribute()>
Public Class GoMultiTextNode 
   Inherits GoNode
   Implements IGoCollectionIGoGraphPartIGoIdentifiablePartIGoLabeledNodeIGoLabeledPartIGoNode 
Remarks
Although this group typically displays strings by holding GoText objects, you can actually insert any GoObject. This object is not meant to be resizable, so GoObject.Resizable is false. If you want to change the width of all of the items in the ListGroup, you can set the ItemWidth property. The initial value of ItemWidth, -1, does not cause any of the items' GoObject.Width to be set -- they will keep their natural width. If you really want the user to be able to change the width of this node interactively, one way to do so is to override GoObject.ComputeResize to reset the ItemWidth to an appropriate value, accounting for any TopLeftMargin and BottomRightMargin and any ports.
Inheritance Hierarchy

System.Object
   Northwoods.GoWeb.GoObject
      Northwoods.GoWeb.GoGroup
         Northwoods.GoWeb.GoNode
            Northwoods.GoWeb.GoMultiTextNode

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 Members
Northwoods.GoWeb Namespace

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback