DialogBox.newmethod Method
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.
Initializes a new instance of the Object class.
public:
void newmethod(Dynamics::AX::Application::DialogBoxType _type, System::String ^ _text, System::String ^ _title, System::String ^ _bottomtext, Dynamics::AX::Application::DialogButton _defaultButton);
public void newmethod (Dynamics.AX.Application.DialogBoxType _type, string _text, string _title, string _bottomtext, Dynamics.AX.Application.DialogButton _defaultButton);
override this.newmethod : Dynamics.AX.Application.DialogBoxType * string * string * string * Dynamics.AX.Application.DialogButton -> unit
Public Sub newmethod (_type As DialogBoxType, _text As String, _title As String, _bottomtext As String, _defaultButton As DialogButton)
Parameters
- _type
- DialogBoxType
- _text
- String
- _title
- String
- _bottomtext
- String
- _defaultButton
- DialogButton