ControlNode.new Method
Initializes a new instance of the TreeNode class.
Syntax
public void new(str name, [TreeNode parent])
Run On
Client
Parameters
- name
Type: str
- parent
Type: TreeNode Class
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Initializes a new instance of the TreeNode class.
public void new(str name, [TreeNode parent])
Client