-
Couldn't load subscription status.
- Fork 2
Methods_T_DataTools_MessageBoxEx_MessageBoxEx
Nathan Moschkin edited this page Aug 22, 2020
·
3 revisions
The MessageBoxEx type exposes the following members.
| 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. |
