| Class | Description |
|---|---|
| Element | A graphical element (a custom control without the windows control overhead). |
| MenuElement | This class handles the painting and clicking of a collection of items. |
| MenuItem | This class represents a button on the MessageBoxEx dialog. |
| MenuItemRenderArgs | Provides data for the MenuItem render methods. |
| MessageBoxEx | Displays a message box that can contain text and buttons that inform and instruct the user. |
| MessageBoxSettings | This class is a container for MessageBoxEx settings. |
| OverlayForm | Represents a dialog box that makes up an user interface. |
| PopupMenuForm | Represents a dialog box that makes up an user interface. |
| PopupMenuForm.PopupMenuFormAsyncResult`1 | Provides an implementation of IAsyncResult for use by PopupMenuForm to implement the standard asynchronous method pattern. |
| TitleElement | A custom label element. Draws a rounded rect around a (multiline) text string. |
| Enumeration | Description |
|---|---|
| MessageBoxIconStyle | Specifies the icon style within a message box title. |
| MessageBoxTextImageRelation | Specifies the position of the text and image relative to each other on a MenuItem. |