MessageBoxCustom Class
Custom message window.
Can be positioned at center of calling window.
Optionally accepts key board input.
Namespace: MbcsCentralAssembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
public static class MessageBoxCustom
- Inheritance
- Object MessageBoxCustom
Show(String, String, MessageBoxButton, Window, String) |
Basic message box
|
Show(String, String, Brush, MessageBoxButton, Window, String) |
Message box with optional background color
|
Show(String, String, Int32, Brush, Window, String) |
Allows for keyboard input
|
Show(String, String, Brush, MessageBoxButton, Window, String) | |