Share via


FormBuildCommandButtonControl Constructors

Definition

Overloads

FormBuildCommandButtonControl()
FormBuildCommandButtonControl(FormContainer)
FormBuildCommandButtonControl(IntPtr)

FormBuildCommandButtonControl()

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

Applies to

FormBuildCommandButtonControl(FormContainer)

public:
 FormBuildCommandButtonControl(Dynamics::AX::Application::FormContainer ^ container1);
public FormBuildCommandButtonControl (Dynamics.AX.Application.FormContainer container1);
new Dynamics.AX.Application.FormBuildCommandButtonControl : Dynamics.AX.Application.FormContainer -> Dynamics.AX.Application.FormBuildCommandButtonControl
Public Sub New (container1 As FormContainer)

Parameters

container1
FormContainer

Applies to

FormBuildCommandButtonControl(IntPtr)

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

Parameters

ptr1
IntPtr

nativeint

Applies to