Share via


FormDesignView.newmethod Method

Definition

Overloads

newmethod()

Initializes a new instance of the Object class.

newmethod(String)
newmethod(String, Form)

newmethod()

Initializes a new instance of the Object class.

protected:
 override void newmethod();
protected override void newmethod ();
override this.newmethod : unit -> unit
Protected Overrides Sub newmethod ()

Applies to

newmethod(String)

public:
 void newmethod(System::String ^ text1);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public void newmethod (string text1);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
override this.newmethod : string -> unit
Public Sub newmethod (text1 As String)

Parameters

text1
String
Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to

newmethod(String, Form)

public:
 void newmethod(System::String ^ _name, Dynamics::AX::Application::Form ^ _form);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public void newmethod (string _name, Dynamics.AX.Application.Form _form);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
override this.newmethod : string * Dynamics.AX.Application.Form -> unit
Public Sub newmethod (_name As String, _form As Form)

Parameters

_name
String
_form
Form
Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to