ContentDialogButton enum¶
Defined in
Namespace: CrissCross.WPF.UI.Controls
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.Controls.ContentDialogButton
Modifiers: public sealed
Summary¶
Defines constants that specify the default button on a ContentDialog.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Values¶
| Name | Value | Description |
|---|---|---|
Primary | 0 | The primary button is the default. |
Secondary | 1 | The secondary button is the default. |
Close | 2 | The close button is the default. |