This topic has not yet been rated - Rate this topic

MessageDialog.Content | content property

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

Syntax


public string Content { get; set; }

Property value

Type: String [JavaScript] | System.String [.NET] | Platform::String [C++]

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.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Popups
Windows::UI::Popups [C++]

Metadata

Windows.winmd

See also

MessageDialog
MessageDialog.Title
Quickstart: Designing a message dialog

 

 

Build date: 2/25/2013

© 2013 Microsoft. All rights reserved.