GoDiagram Web Reference
Text Property (GoNode)

Get the principal text string associated with a node.
Syntax
'Declaration
 
Public Overridable Property Text As String
public virtual string Text {get; set;}

Property Value

By default this will just get and set the Label's Text property. If no such label exists, get returns an empty string and set does nothing.
Remarks
This property can be used by code that needs to get some string that may identify this node, albeit not necessarily uniquely and not necessarily visibly.
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

GoNode Class
GoNode Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback