Table of Contents

Enum ContentDialogResult

Namespace
Wpf.Ui.Controls
Assembly
Wpf.Ui.dll

Specifies identifiers to indicate the return value of a ContentDialog.

public enum ContentDialogResult

Fields

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.