-
Notifications
You must be signed in to change notification settings - Fork 2
T_DataTools_MessageBoxEx_MessageBoxEx
nmoschkin edited this page Aug 22, 2020
·
4 revisions
Enhanced Windows Desktop MessageBox replacement
System.Object
DataTools.MessageBoxEx.MessageBoxEx
Namespace: DataTools.MessageBoxEx
Assembly: MessageBoxEx (in MessageBoxEx.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static class MessageBoxExVB
Public NotInheritable Class MessageBoxExThe MessageBoxEx type exposes the following members.
| Name | Description | |
|---|---|---|
![]()
|
ResourceTextConfig | Gets or sets the current localized text resources configuration. |
| Name | Description | |
|---|---|---|
![]()
|
Show(String) | Show a box with a message and OK button |
![]()
|
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. |
![]()
|
Show(String, String, MessageBoxExType) | Show a standard box with a message, a title. |
![]()
|
Show(String, String, MessageBoxExType, MessageBoxExIcons) | Shows a message box with a message, title, standard buttons, and a standard icon. |
![]()
|
Show(String, String, IEnumerable(MessageBoxExButton), MessageBoxExIcons, Object) | Shows a message box with a message, title, custom buttons, and a standard icon. |
![]()
|
Show(String, String, String, MessageBoxExType, MessageBoxExIcons, Boolean) | Shows a message box with a message, title, standard buttons, a standard icon, and an option toggle. |
![]()
|
Show(String, String, String, IEnumerable(MessageBoxExButton), MessageBoxExIcons, Object, Boolean) | Creates a message box with custom buttons, custom icon, and an option toggle. |
![]()
|
Show(String, String, String, IEnumerable(MessageBoxExButton), Bitmap, Object, Boolean) | Creates a message box with custom buttons, custom icon, and an option toggle. |
![]()
|
ShowInNewProcess | Start the message box out-of-process to change visual styles. |

