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