[This is preliminary documentation and is subject to change.]
Contains technology-independent (and thus usually abstract) classes related to GUI.
Classes
| Class | Description | |
|---|---|---|
| MessageBox | Provides technology-independent managed base class for WinForms and WPF message boxes | |
| MessageBox..::..FakeBox | Does not implement MessageBox. Used for initializing messageboxes using InitializeFrom(MessageBox). | |
| MessageBox..::..MessageBoxButton | Represents button for MessageBox | |
| MessageBox..::..MessageBoxComboBox | Represents combo box (drop down list) control for MessageBox | |
| MessageBox..::..MessageBoxControl | Common base for predefined message box controls | |
| MessageBox..::..MessageBoxCheckBox | Represents check box control for MessageBox | |
| MessageBox..::..MessageBoxRadioButton | Represents radio button (one from many check box) for MessageBox |
Interfaces
| Interface | Description | |
|---|---|---|
| IProgressMonitorUI | Represents progress monitor dialog with progress description, progress bar and cancel button |
Delegates
Enumerations
| Enumeration | Description | |
|---|---|---|
| MessageBox..::..MessageBoxButton..::..Buttons | Bit aray for predefined buttons | |
| MessageBox..::..MessageBoxIcons | Enumeration of built-in icons for MessageBox | |
| MessageBox..::..MessageBoxOptions | Options for MessageBox | |
| MessageBox..::..States | Possible state of the message box class instance | |
| ProgressBarStyle | Defines different progressbar styles |