Skip to content

T_DataTools_MessageBoxEx_MessageBoxEx

nmoschkin edited this page Aug 22, 2020 · 4 revisions

MessageBoxEx Class

Enhanced Windows Desktop MessageBox replacement

Inheritance Hierarchy

System.Object
  DataTools.MessageBoxEx.MessageBoxEx
Namespace: DataTools.MessageBoxEx
Assembly: MessageBoxEx (in MessageBoxEx.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public static class MessageBoxEx

VB

Public NotInheritable Class MessageBoxEx

The MessageBoxEx type exposes the following members.

Properties

 

Name Description
Public propertyStatic member ResourceTextConfig Gets or sets the current localized text resources configuration.
  Back to Top

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

DataTools.MessageBoxEx Namespace

Clone this wiki locally