Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 744 Bytes

corewindowdialog_corewindowdialog_290278668.md

File metadata and controls

25 lines (17 loc) · 744 Bytes
-api-id -api-type
M:Windows.UI.Core.CoreWindowDialog.#ctor(System.String)
winrt method

Windows.UI.Core.CoreWindowDialog.CoreWindowDialog

-description

Creates an instance of the CoreWindowDialog class with the supplied title.

In a desktop app, before using an instance of this class in a way that displays UI, you'll need to associate the object with its owner's window handle. For more info, and code examples, see Display WinRT UI objects that depend on CoreWindow.

-parameters

-param title

The title of the dialog.

-remarks

-examples

-see-also