FormIntControl 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
FormIntControl() | |
FormIntControl(IntPtr) | |
FormIntControl(FormBuildControl, xFormRun) |
FormIntControl()
public:
FormIntControl();
public FormIntControl ();
Public Sub New ()
Applies to
FormIntControl(IntPtr)
public:
FormIntControl(IntPtr ptr1);
public FormIntControl (IntPtr ptr1);
new Dynamics.AX.Application.FormIntControl : nativeint -> Dynamics.AX.Application.FormIntControl
Public Sub New (ptr1 As IntPtr)
Parameters
- ptr1
-
IntPtr
nativeint
Applies to
FormIntControl(FormBuildControl, xFormRun)
public:
FormIntControl(Dynamics::AX::Application::FormBuildControl ^ control1, Dynamics::AX::Application::xFormRun ^ run1);
public FormIntControl (Dynamics.AX.Application.FormBuildControl control1, Dynamics.AX.Application.xFormRun run1);
new Dynamics.AX.Application.FormIntControl : Dynamics.AX.Application.FormBuildControl * Dynamics.AX.Application.xFormRun -> Dynamics.AX.Application.FormIntControl
Public Sub New (control1 As FormBuildControl, run1 As xFormRun)
Parameters
- control1
- FormBuildControl
- run1
- xFormRun