FormTreeItem 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
FormTreeItem() | |
FormTreeItem(IntPtr) | |
FormTreeItem(String) | |
FormTreeItem(String, Int32) | |
FormTreeItem(String, Int32, Int32) | |
FormTreeItem(String, Int32, Int32, Object) |
FormTreeItem()
public:
FormTreeItem();
public FormTreeItem ();
Public Sub New ()
Applies to
FormTreeItem(IntPtr)
public:
FormTreeItem(IntPtr ptr1);
public FormTreeItem (IntPtr ptr1);
new Dynamics.AX.Application.FormTreeItem : nativeint -> Dynamics.AX.Application.FormTreeItem
Public Sub New (ptr1 As IntPtr)
Parameters
- ptr1
-
IntPtr
nativeint
Applies to
FormTreeItem(String)
public:
FormTreeItem(System::String ^ text1);
public FormTreeItem (string text1);
new Dynamics.AX.Application.FormTreeItem : string -> Dynamics.AX.Application.FormTreeItem
Public Sub New (text1 As String)
Parameters
- text1
- String
Applies to
FormTreeItem(String, Int32)
FormTreeItem(String, Int32, Int32)
public:
FormTreeItem(System::String ^ text1, int num1, int num2);
public FormTreeItem (string text1, int num1, int num2);
new Dynamics.AX.Application.FormTreeItem : string * int * int -> Dynamics.AX.Application.FormTreeItem
Public Sub New (text1 As String, num1 As Integer, num2 As Integer)
Parameters
- text1
- String
- num1
- Int32
- num2
- Int32
Applies to
FormTreeItem(String, Int32, Int32, Object)
public:
FormTreeItem(System::String ^ text1, int num1, int num2, System::Object ^ obj1);
public FormTreeItem (string text1, int num1, int num2, object obj1);
new Dynamics.AX.Application.FormTreeItem : string * int * int * obj -> Dynamics.AX.Application.FormTreeItem
Public Sub New (text1 As String, num1 As Integer, num2 As Integer, obj1 As Object)
Parameters
- text1
- String
- num1
- Int32
- num2
- Int32
- obj1
- Object