ControlNode Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ControlNode() | |
ControlNode(IntPtr) | |
ControlNode(String) | |
ControlNode(String, TreeNode) |
ControlNode()
public:
ControlNode();
public ControlNode ();
Public Sub New ()
Applies to
ControlNode(IntPtr)
public:
ControlNode(IntPtr ptr1);
public ControlNode (IntPtr ptr1);
new Dynamics.AX.Application.ControlNode : nativeint -> Dynamics.AX.Application.ControlNode
Public Sub New (ptr1 As IntPtr)
Parameters
- ptr1
-
IntPtr
nativeint
Applies to
ControlNode(String)
public:
ControlNode(System::String ^ text1);
public ControlNode (string text1);
new Dynamics.AX.Application.ControlNode : string -> Dynamics.AX.Application.ControlNode
Public Sub New (text1 As String)
Parameters
- text1
- String
Applies to
ControlNode(String, TreeNode)
public:
ControlNode(System::String ^ text1, Dynamics::AX::Application::TreeNode ^ node1);
public ControlNode (string text1, Dynamics.AX.Application.TreeNode node1);
new Dynamics.AX.Application.ControlNode : string * Dynamics.AX.Application.TreeNode -> Dynamics.AX.Application.ControlNode
Public Sub New (text1 As String, node1 As TreeNode)
Parameters
- text1
- String
- node1
- TreeNode