Skip to content

Methods_T_DataTools_MessageBoxEx_MessageBoxEx

Nathan Moschkin edited this page Aug 22, 2020 · 3 revisions

MessageBoxEx Methods

The MessageBoxEx type exposes the following members.

Methods

 

Name Description
Public methodStatic member Show(String) Show a box with a message and OK button
Public methodStatic member Show(MessageBoxExConfig) Shows a message box according to a MessageBoxExConfig object. Custom return values will be found in the MessageBoxExConfig object after the dialog box closes. This method allows more flexibility in how your dialog box behaves.
Public methodStatic member Show(String, String, MessageBoxExType) Show a standard box with a message, a title.
Public methodStatic member Show(String, String, MessageBoxExType, MessageBoxExIcons) Shows a message box with a message, title, standard buttons, and a standard icon.
Public methodStatic member Show(String, String, IEnumerable(MessageBoxExButton), MessageBoxExIcons, Object) Shows a message box with a message, title, custom buttons, and a standard icon.
Public methodStatic member Show(String, String, String, MessageBoxExType, MessageBoxExIcons, Boolean) Shows a message box with a message, title, standard buttons, a standard icon, and an option toggle.
Public methodStatic member Show(String, String, String, IEnumerable(MessageBoxExButton), MessageBoxExIcons, Object, Boolean) Creates a message box with custom buttons, custom icon, and an option toggle.
Public methodStatic member Show(String, String, String, IEnumerable(MessageBoxExButton), Bitmap, Object, Boolean) Creates a message box with custom buttons, custom icon, and an option toggle.
Public methodStatic member ShowInNewProcess Start the message box out-of-process to change visual styles.
  Back to Top

See Also

Reference

MessageBoxEx Class
DataTools.MessageBoxEx Namespace

Clone this wiki locally