Name | Description | |
---|---|---|
![]() | NMessageBox Constructor | Default constructor. Do not use this constructor to create message boxes. Use the static Create method instead or one of the static Show methods to directly create and show a message box. |
The following tables list the members exposed by NMessageBox.
Name | Description | |
---|---|---|
![]() | NMessageBox Constructor | Default constructor. Do not use this constructor to create message boxes. Use the static Create method instead or one of the static Show methods to directly create and show a message box. |
Name | Description | |
---|---|---|
![]() ![]() | NMessageBoxSchema | Schema associated with NMessageBox. |
Name | Description | |
---|---|---|
![]() ![]() | Show | Overloaded. Shows a message box with the specified content, title and an OK button. |
![]() ![]() | ShowError | Overloaded. Shows a message box with an OK button and an error icon. |
![]() ![]() | ShowInformation | Overloaded. Shows a message box with an OK button and an information icon. |
![]() ![]() | ShowQuestion | Overloaded. Shows a message box with Yes/No buttons and a question icon. |
![]() ![]() | ShowWarning | Overloaded. Shows a message box with an OK button and a warning icon. |
Name | Description | |
---|---|---|
![]() | CloseAfterEscapeKeyPress | Overridden. Called when the user has pressed the "Escape" button to close the window. |
![]() | OnClosed | Overridden. Called when the message box is closed. |
![]() | OnTitleBarButtonClick | Overridden. Called when a title bar button has been clicked. |