Share via


TreeNode Constructors

Definition

Overloads

TreeNode()
TreeNode(IntPtr)

TreeNode()

public:
 TreeNode();
public TreeNode ();
Public Sub New ()

Applies to

TreeNode(IntPtr)

public:
 TreeNode(IntPtr ptr1);
public TreeNode (IntPtr ptr1);
new Dynamics.AX.Application.TreeNode : nativeint -> Dynamics.AX.Application.TreeNode
Public Sub New (ptr1 As IntPtr)

Parameters

ptr1
IntPtr

nativeint

Applies to