Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 579 Bytes

contentdialog_secondarybuttontext.md

File metadata and controls

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

Windows.UI.Xaml.Controls.ContentDialog.SecondaryButtonText

-description

Gets or sets the text to be displayed on the secondary button.

-xaml-syntax

<ContentDialog SecondaryButtonText="string"/>

-property-value

The text to be displayed on the secondary button. To hide this button, set the value to null or string.empty.

-remarks

-examples

-see-also