WinApplication.GetUserChoice(String, MessageBoxButtons) Method
Displays a message box with the specified text and set of buttons.
Namespace: DevExpress.ExpressApp.Win
Assembly: DevExpress.ExpressApp.Win.v25.2.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| message | String | A string, which is the message to be displayed within the message box. |
| buttons | MessageBoxButtons | A MessageBoxButtons enumeration value defining buttons to display. |
Returns
| Type | Description |
|---|---|
| DialogResult | A DialogResult enumeration value specifying the user choice. |
Remarks
Uses the Messaging.GetUserChoice method to display a message box. The caption is set to the XafApplication.Title value.
See Also