Click or drag to resize

MessageBox Methods

Methods
  NameDescription
Public methodStatic memberShow(String, MessageBoxType)
Shows a message box, blocking input to all windows of the application until closed
Public methodStatic memberShow(String, String, MessageBoxType)
Shows a message box, blocking input to all windows of the application until closed
Public methodStatic memberShow(Control, String, MessageBoxType)
Shows a message box, blocking only the window of the specified parent
Public methodStatic memberShow(String, MessageBoxButtons, MessageBoxType, MessageBoxDefaultButton)
Shows a message box, blocking input to all windows of the application until closed
Public methodStatic memberShow(Control, String, String, MessageBoxType)
Shows a message box, blocking only the window of the specified parent
Public methodStatic memberShow(String, String, MessageBoxButtons, MessageBoxType, MessageBoxDefaultButton)
Shows a message box, blocking input to all windows of the application until closed
Public methodStatic memberShow(Control, String, MessageBoxButtons, MessageBoxType, MessageBoxDefaultButton)
Shows a message box, blocking only the window of the specified parent
Public methodStatic memberShow(Control, String, String, MessageBoxButtons, MessageBoxType, MessageBoxDefaultButton)
Shows a message box, blocking only the window of the specified parent
Top
See Also