Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 574 Bytes

contentdialog_primarybuttontext.md

File metadata and controls

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

Windows.UI.Xaml.Controls.ContentDialog.PrimaryButtonText

-description

Gets or sets the text to display on the primary button.

-xaml-syntax

<ContentDialog PrimaryButtonText="string"/>

-property-value

The text to display on the primary button. To hide this button, set the text to null or string.empty. The default is empty.

-remarks

-examples

-see-also