CoreWindowDialog class
Defines a child dialog of an app window.
Syntax
Attributes
- ActivatableAttribute(NTDDI_WIN8)
- ActivatableAttribute(Windows.UI.Core.ICoreWindowDialogFactory, NTDDI_WIN8)
- MarshalingBehaviorAttribute(Standard)
- MuseAttribute()
- VersionAttribute(NTDDI_WIN8)
- WebHostHiddenAttribute()
Members
The CoreWindowDialog class has these types of members:
Constructors
The CoreWindowDialog class has these constructors.
| Constructor | Description |
|---|---|
| CoreWindowDialog() | Creates a default instance of the CoreWindowDialog class. |
| CoreWindowDialog(String) | Creates an instance of the CoreWindowDialog class with the supplied title. |
Events
The CoreWindowDialog class has these events.
| Event | Description |
|---|---|
| Showing | Is fired when the dialog is displayed. |
Methods
The CoreWindowDialog class has these methods. It also inherits methods from the Object class.
| Method | Description |
|---|---|
| ShowAsync | Displays the dialog and asynchronously waits for the user to take an action. |
Properties
The CoreWindowDialog class has these properties.
| Property | Access type | Description |
|---|---|---|
| Read/write | Gets or sets the delegate called when the back button on the dialog is selected. | |
| Read/write | Gets and sets the command index value for the dialog cancel operation. | |
| Read-only | Gets the set of user interface commands (UI) available on the dialog. | |
| Read/write | Gets or sets the index of the dialog window's default command. | |
| Read/write | Gets or sets a value that indicates whether any UI interaction event message is slightly delayed or not. This delay prevents a user from accidentally invoking an action on the dialog window. | |
| Read-only | Gets the maximum size of the dialog. | |
| Read-only | Gets the minimum size of the dialog. | |
| Read/write | Gets or sets the title of the dialog. |
Remarks
Note : This class is not agile, which means that you need to consider its threading model and marshaling behavior. For more info, see Threading and Marshaling (C++/CX).
Requirements
|
Minimum supported client | Windows 8 [Windows Store apps only] |
|---|---|
|
Minimum supported server | Windows Server 2012 [Windows Store apps only] |
|
Namespace |
|
|
Metadata |
|
Build date: 2/25/2013
