FlexGrid for WinForms
Move(NodeMoveEnum,Node) Method



A value from the NodeMoveEnum enumeration that specifies where the node will be moved with respect to its current position.
Node object to use as a target when the moveTo parameter is set to NodeMoveEnum.ChildOf.
Moves a node to a new position.
Syntax
'Declaration
 
Public Overloads Function Move( _
   ByVal moveTo As NodeMoveEnum, _
   ByVal targetNode As Node _
) As Boolean
'Usage
 
Dim instance As Node
Dim moveTo As NodeMoveEnum
Dim targetNode As Node
Dim value As Boolean
 
value = instance.Move(moveTo, targetNode)

Parameters

moveTo
A value from the NodeMoveEnum enumeration that specifies where the node will be moved with respect to its current position.
targetNode
Node object to use as a target when the moveTo parameter is set to NodeMoveEnum.ChildOf.

Return Value

Returns true if the method was successful, false otherwise.
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

Node Class
Node Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback