Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 930 Bytes

messagedialog_content.md

File metadata and controls

26 lines (18 loc) · 930 Bytes
-api-id -api-type
P:Windows.UI.Popups.MessageDialog.Content
winrt property

Windows.UI.Popups.MessageDialog.Content

-description

Gets or sets the message to be displayed to the user.

-property-value

The message to be displayed to the user.

-remarks

Use the content to convey the objective of the dialog. Present the message, error or blocking question as simply as possible without extraneous information.

When a title is used, use the content to present additional information helpful to understanding or using the dialog. You can use this area to provide more detail or define terminology. Don't repeat the title with slightly different wording.

-examples

-see-also

MessageDialog.Title, Quickstart: Designing a message dialog