NMessageBoxSettings Structure Members
In This Topic
The following tables list the members exposed by NMessageBoxSettings.
Public Constructors
Public Fields
| Name | Description |
 | Buttons | The buttons of the message box. |
 | ConfigureDelegate | Delegate which is invoked when the message box needs to be configured. |
 | Content | The content of the message box. |
 | DefaultButton | The default button of the message box. |
 | Icon | The icon of the message box. |
 | StartPosition | Defines the start position of the message box. |
 | Title | The title of the message box. |
 | WindowsContainer | The windows container in which to create a top level window for the message box. |
Top
See Also