DialogBox.new Method

Initializes a new instance of the Object class.

Syntax

public void new(
    DialogBoxType type, 
    str text, 
    str title, 
    str bottomtext, 
    DialogButton defaultButton)

Run On

Called

Parameters

  • text
    Type: str
  • title
    Type: str
  • bottomtext
    Type: str

See Also

Reference

DialogBox Class