Share via


ControlNode.newmethod Method

Definition

Overloads

newmethod(String)

Initializes a new instance of the TreeNode class.

newmethod(String, TreeNode)

newmethod(String)

Initializes a new instance of the TreeNode class.

public:
 void newmethod(System::String ^ text1);
public void newmethod (string text1);
override this.newmethod : string -> unit
Public Sub newmethod (text1 As String)

Parameters

text1
String

Applies to

newmethod(String, TreeNode)

public:
 void newmethod(System::String ^ _name, Dynamics::AX::Application::TreeNode ^ _parent);
public void newmethod (string _name, Dynamics.AX.Application.TreeNode _parent);
override this.newmethod : string * Dynamics.AX.Application.TreeNode -> unit
Public Sub newmethod (_name As String, _parent As TreeNode)

Parameters

_name
String
_parent
TreeNode

Applies to