PopupBox.information

Create an information popup dialog.

  1. void information(string message, string title)
    struct PopupBox
    static
    void
    information
    (
    string message
    ,
    string title
    )
  2. void information(Window parent, string message, string title)

Parameters

message string

The message to show on the dialog

title string

The title of the dialog

Meta