Show a modal message box owned by parent.
info, warning and error show a single OK button (returning DialogResult.ok); question shows Yes/No (returning DialogResult.yes or DialogResult.no). Closing the box maps to cancel/no as the platform dictates.
See Implementation
Show a modal message box owned by parent.
info, warning and error show a single OK button (returning DialogResult.ok); question shows Yes/No (returning DialogResult.yes or DialogResult.no). Closing the box maps to cancel/no as the platform dictates.