Share via


FormCommandButtonControl Constructors

Definition

Overloads

FormCommandButtonControl()
FormCommandButtonControl(IntPtr)
FormCommandButtonControl(FormBuildControl, xFormRun)

FormCommandButtonControl()

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

Applies to

FormCommandButtonControl(IntPtr)

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

Parameters

ptr1
IntPtr

nativeint

Applies to

FormCommandButtonControl(FormBuildControl, xFormRun)

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

Parameters

control1
FormBuildControl
run1
xFormRun

Applies to