Form 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
Form() | |
Form(IntPtr) | |
Form(String) | |
Form(String, Boolean) |
Form()
public:
Form();
public Form ();
Public Sub New ()
Applies to
Form(IntPtr)
public:
Form(IntPtr ptr1);
public Form (IntPtr ptr1);
new Dynamics.AX.Application.Form : nativeint -> Dynamics.AX.Application.Form
Public Sub New (ptr1 As IntPtr)
Parameters
- ptr1
-
IntPtr
nativeint
Applies to
Form(String)
public:
Form(System::String ^ text1);
public Form (string text1);
new Dynamics.AX.Application.Form : string -> Dynamics.AX.Application.Form
Public Sub New (text1 As String)
Parameters
- text1
- String