GoDiagram Win Reference
MatchesNodeLabel Method

a Char, normally a letter or digit
This predicate is called by SelectNextNode to decide if a part's text label starts with a given character.
Syntax
'Declaration
 
Public Overridable Function MatchesNodeLabel( _
   ByVal part As IGoLabeledPart, _
   ByVal c As Char _
) As Boolean
public virtual bool MatchesNodeLabel( 
   IGoLabeledPart part,
   char c
)

Parameters

part
c
a Char, normally a letter or digit

Return Value

true if the part's IGoLabeledPart.Text's first character is the same as c, ignoring case
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

GoView Class
GoView Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback