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.v24.1.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
NuGet Package: DevExpress.ExpressApp.Win
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