GoDiagram Web Reference
SelectNextNode Method

Change the primary selection to be the next object whose label starts with a given letter or digit.
Syntax
'Declaration
 
Public Overridable Function SelectNextNode( _
   ByVal c As Char _
) As Boolean
public virtual bool SelectNextNode( 
   char c
)

Parameters

c

Return Value

true if it found another part
Remarks
This method iterates through the IGoLabeledParts of this view's document, starting with the current primary selection (if it is an IGoLabeledPart), looking for the next part that satisfies the MatchesNodeLabel predicate. If it finds such an object, it makes it this view's only selected object. This method is called by GoToolManager when the user types a letter or digit, if the value of DisableKeys does not have the GoViewDisableKeys.SelectsByFirstChar flag set. (This method does not check for that flag.) This method does nothing if CanSelectObjects is false.
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