Interface ITreeNode
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/swing/tree/TreeNode.html
public interface ITreeNode
Properties
AllowsChildren
bool AllowsChildren { get; }
Property Value
ChildCount
int ChildCount { get; }
Property Value
Parent
TreeNode Parent { get; }
Property Value
Methods
Children()
Enumeration Children()
Returns
GetChildAt(int)
TreeNode GetChildAt(int arg0)
Parameters
Returns
GetIndex(TreeNode)
int GetIndex(TreeNode arg0)
Parameters
Returns
IsLeaf()
bool IsLeaf()