'宣言 Public Enum NodeMoveEnum Inherits System.Enum
public enum NodeMoveEnum : System.Enum
'宣言 Public Enum NodeMoveEnum Inherits System.Enum
public enum NodeMoveEnum : System.Enum
| メンバ | 解説 |
|---|---|
| ChildOf | Make the node a child of the specified node. |
| Down | Move the node to the position after its next sibling. |
| First | Move the node to the position before its first sibling. |
| In | Move the node one level in, deeper into the outline. |
| Last | Move the node to the position after its last sibling. |
| Out | Move the node one level out, towards the root. |
| Up | Move the node to the position before its previous sibling. |
System.Object
System.ValueType
System.Enum
C1.Win.C1FlexGrid.NodeMoveEnum