Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 543 Bytes

contentdialogresult.md

File metadata and controls

30 lines (20 loc) · 543 Bytes
-api-id -api-type
T:Microsoft.UI.Xaml.Controls.ContentDialogResult
winrt enum

ContentDialogResult

-description

Specifies identifiers to indicate the return value of a ContentDialog

-enum-fields

-field None:0

No button was tapped.

-field Primary:1

The primary button was tapped by the user.

-field Secondary:2

The secondary button was tapped by the user.

-remarks

-examples

-see-also