Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 550 Bytes

contentdialog_issecondarybuttonenabled.md

File metadata and controls

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

Windows.UI.Xaml.Controls.ContentDialog.IsSecondaryButtonEnabled

-description

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

-xaml-syntax

<ContentDialog IsSecondaryButtonEnabled="bool"/>

-property-value

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

-remarks

-examples

-see-also