Share via


FormReferenceControl Constructors

Definition

Overloads

FormReferenceControl()
FormReferenceControl(IntPtr)
FormReferenceControl(FormBuildControl, xFormRun)

FormReferenceControl()

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

Applies to

FormReferenceControl(IntPtr)

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

Parameters

ptr1
IntPtr

nativeint

Applies to

FormReferenceControl(FormBuildControl, xFormRun)

public:
 FormReferenceControl(Dynamics::AX::Application::FormBuildControl ^ control1, Dynamics::AX::Application::xFormRun ^ run1);
public FormReferenceControl (Dynamics.AX.Application.FormBuildControl control1, Dynamics.AX.Application.xFormRun run1);
new Dynamics.AX.Application.FormReferenceControl : Dynamics.AX.Application.FormBuildControl * Dynamics.AX.Application.xFormRun -> Dynamics.AX.Application.FormReferenceControl
Public Sub New (control1 As FormBuildControl, run1 As xFormRun)

Parameters

control1
FormBuildControl
run1
xFormRun

Applies to