Skip to content

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

NameValueDescription
Primary0The primary button is the default.
Secondary1The secondary button is the default.
Close2The close button is the default.