TreeNode.addNode

Undocumented in source. Be warned that the author may not have intended to support it.
  1. TreeNode addNode(string txt, int imgIndex, int selImgIndex, NodeInsertMode nim)
    class TreeNode
    final
    addNode
    (
    string txt
    ,
    int imgIndex = -1
    ,
    int selImgIndex = -1
    ,)
  2. TreeNode addNode(string txt, int imgIndex, NodeInsertMode nim)
  3. TreeNode addNode(string txt, NodeInsertMode nim)

Meta