Enum ContentDialogButton
Defines constants that specify the default button on a ContentDialog.
public enum ContentDialogButton
Fields
Close = 2
The close button is the default.
Primary = 0
The primary button is the default.
Secondary = 1
The secondary button is the default.