MessageBoxResult enum¶
Defined in
Namespace: CrissCross.WPF.UI.Controls
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.Controls.MessageBoxResult
Modifiers: public sealed
Summary¶
Specifies identifiers to indicate the return value of a MessageBox.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Values¶
| Name | Value | Description |
|---|---|---|
None | 0 | No button was tapped. |
Primary | 1 | The primary button was tapped by the user. |
Secondary | 2 | The secondary button was tapped by the user. |