FlexPivot for WinForms
Move(NodeMoveEnum,Node) メソッド

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > Node クラス > Move メソッド : Move(NodeMoveEnum,Node) メソッド
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.
シンタックス
'宣言
 
Public Overloads Function Move( _
   ByVal moveTo As NodeMoveEnum, _
   ByVal targetNode As Node _
) As System.Boolean
public System.bool Move( 
   NodeMoveEnum moveTo,
   Node targetNode
)

パラメータ

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.

戻り値の型

Returns true if the method was successful, false otherwise.
参照

Node クラス
Node メンバ
オーバーロード一覧