FlexPivot for WinForms
NodeMoveEnum 列挙体

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 : NodeMoveEnum 列挙体
Specifies the destination of nodes when they are moved with the Node.Move method.
シンタックス
'宣言
 
Public Enum NodeMoveEnum 
   Inherits System.Enum
public enum NodeMoveEnum : System.Enum 
メンバ
メンバ解説
ChildOfMake the node a child of the specified node.
DownMove the node to the position after its next sibling.
FirstMove the node to the position before its first sibling.
InMove the node one level in, deeper into the outline.
LastMove the node to the position after its last sibling.
OutMove the node one level out, towards the root.
UpMove the node to the position before its previous sibling.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1FlexGrid.NodeMoveEnum

参照

C1.Win.C1FlexGrid 名前空間