[This is preliminary documentation and is subject to change.]

Overload List

  NameDescription
Public methodStatic memberShow(String)
Displays a message box with specified text.
Public methodStatic memberShow(Object, String)
Displays a message box in front of the specified object and with the specified text.
Public methodStatic memberShow(String, String)
Displays a message box with specified text and caption.
Public methodStatic memberShow(Window, String)
Displays a message box in front of the specified window. The message box displays a message and returns a result.
Public methodStatic memberShow(Object, String, String)
Displays a message box in front of the specified object and with the specified text and caption.
Public methodStatic memberShow(String, String, MessageBoxButtons)
Displays a message box with specified text, caption, and buttons.
Public methodStatic memberShow(String, String, MessageBoxButton)
Displays a message box that has a message, title bar caption, and button; and that returns a result.
Public methodStatic memberShow(Window, String, String)
Displays a message box in front of the specified window. The message box displays a message and title bar caption; and it returns a result.
Public methodStatic memberShow(Object, String, String, MessageBoxButtons)
Displays a message box in front of the specified object and with the specified text, caption, and buttons.
Public methodStatic memberShow(String, String, MessageBoxButtons, MessageBoxIcon)
Displays a message box with specified text, caption, buttons, and icon.
Public methodStatic memberShow(String, String, MessageBoxButtons, MessageBox..::..MessageBoxIcons)
Displays a message box with specified text, caption, buttons, and icon.
Public methodStatic memberShow(String, String, MessageBoxButton, MessageBoxImage)
Displays a message box that has a message, title bar caption, button, and icon; and that returns a result.
Public methodStatic memberShow(String, String, MessageBoxButton, MessageBox..::..MessageBoxIcons)
Displays a message box that has a message, title bar caption, button, and icon; and that returns a result.
Public methodStatic memberShow(Window, String, String, MessageBoxButton)
Displays a message box in front of the specified window. The message box displays a message, title bar caption, and button; and it also returns a result.
Public methodStatic memberShow(Object, String, String, MessageBoxButtons, MessageBoxIcon)
Displays a message box in front of the specified object and with the specified text, caption, buttons, and icon.
Public methodStatic memberShow(Object, String, String, MessageBoxButtons, MessageBox..::..MessageBoxIcons)
Displays a message box in front of the specified object and with the specified text, caption, buttons, and icon.
Public methodStatic memberShow(String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton)
Displays a message box with the specified text, caption, buttons, icon, and default button.
Public methodStatic memberShow(String, String, MessageBoxButtons, MessageBox..::..MessageBoxIcons, MessageBoxDefaultButton)
Displays a message box with the specified text, caption, buttons, icon, and default button.
Public methodStatic memberShow(String, String, MessageBoxButton, MessageBoxImage, MessageBoxResult)
Displays a message box that has a message, title bar caption, button, and icon; and that accepts a default message box result and returns a result.
Public methodStatic memberShow(String, String, MessageBoxButton, MessageBox..::..MessageBoxIcons, MessageBoxResult)
Displays a message box that has a message, title bar caption, button, and icon; and that accepts a default message box result and returns a result.
Public methodStatic memberShow(Window, String, String, MessageBoxButton, MessageBoxImage)
Displays a message box in front of the specified window. The message box displays a message, title bar caption, button, and icon; and it also returns a result.
Public methodStatic memberShow(Window, String, String, MessageBoxButton, MessageBox..::..MessageBoxIcons)
Displays a message box in front of the specified window. The message box displays a message, title bar caption, button, and icon; and it also returns a result.
Public methodStatic memberShow(Object, String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton)
Displays a message box in front of the specified object and with the specified text, caption, buttons, icon, and default button.
Public methodStatic memberShow(Object, String, String, MessageBoxButtons, MessageBox..::..MessageBoxIcons, MessageBoxDefaultButton)
Displays a message box in front of the specified object and with the specified text, caption, buttons, icon, and default button.
Public methodStatic memberShow(String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton, MessageBoxOptions)
Displays a message box with the specified text, caption, buttons, icon, default button, and options.
Public methodStatic memberShow(String, String, MessageBoxButtons, MessageBox..::..MessageBoxIcons, MessageBoxDefaultButton, MessageBoxOptions)
Displays a message box with the specified text, caption, buttons, icon, default button, and options.
Public methodStatic memberShow(String, String, MessageBoxButton, MessageBoxImage, MessageBoxResult, MessageBoxOptions)
Displays a message box that has a message, title bar caption, button, and icon; and that accepts a default message box result, complies with the specified options, and returns a result.
Public methodStatic memberShow(String, String, MessageBoxButton, MessageBox..::..MessageBoxIcons, MessageBoxResult, MessageBoxOptions)
Displays a message box that has a message, title bar caption, button, and icon; and that accepts a default message box result, complies with the specified options, and returns a result.
Public methodStatic memberShow(Window, String, String, MessageBoxButton, MessageBoxImage, MessageBoxResult)
Displays a message box in front of the specified window. The message box displays a message, title bar caption, button, and icon; and accepts a default message box result and returns a result.
Public methodStatic memberShow(Window, String, String, MessageBoxButton, MessageBox..::..MessageBoxIcons, MessageBoxResult)
Displays a message box in front of the specified window. The message box displays a message, title bar caption, button, and icon; and accepts a default message box result and returns a result.
Public methodStatic memberShow(Object, String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton, MessageBoxOptions)
Displays a message box in front of the specified object and with the specified text, caption, buttons, icon, default button, and options.
Public methodStatic memberShow(Object, String, String, MessageBoxButtons, MessageBox..::..MessageBoxIcons, MessageBoxDefaultButton, MessageBoxOptions)
Displays a message box in front of the specified object and with the specified text, caption, buttons, icon, default button, and options.
Public methodStatic memberShow(Window, String, String, MessageBoxButton, MessageBoxImage, MessageBoxResult, MessageBoxOptions)
Displays a message box in front of the specified window. The message box displays a message, title bar caption, button, and icon; and accepts a default message box result, complies with the specified options, and returns a result.
Public methodStatic memberShow(Window, String, String, MessageBoxButton, MessageBox..::..MessageBoxIcons, MessageBoxResult, MessageBoxOptions)
Displays a message box in front of the specified window. The message box displays a message, title bar caption, button, and icon; and accepts a default message box result, complies with the specified options, and returns a result.

See Also