Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 538 Bytes

contentdialog_isprimarybuttonenabled.md

File metadata and controls

30 lines (19 loc) · 538 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.ContentDialog.IsPrimaryButtonEnabled
winrt property

Windows.UI.Xaml.Controls.ContentDialog.IsPrimaryButtonEnabled

-description

Gets or sets whether the dialog's primary button is enabled.

-xaml-syntax

<ContentDialog IsPrimaryButtonEnabled="bool"/>

-property-value

True if the primary button of the dialog is enabled; Otherwise, false.

-remarks

-examples

-see-also