Overload List

  NameDescription
Public methodStatic memberMessageBox(SalString)
Displays a message box and returns a number that indicates the user's response. You can customize the message box push buttons and icons. The active parent window, whose value is hWndForm, creates the message box.
Public methodStatic memberMessageBox(SalString, SalString, SalNumber)
Displays a message box and returns a number that indicates the user's response. You can customize the message box push buttons and icons. The active parent window, whose value is hWndForm, creates the message box.
Public methodStatic memberMessageBox(Control, SalString, SalString, SalNumber)
Displays a message box and returns a number that indicates the user's response. You can customize the message box push buttons and icons.

See Also