Windows.UI.Popups namespace

Expand
2 out of 2 rated this helpful - Rate this topic

Windows.UI.Popups namespace

[This documentation is preliminary and is subject to change.]

Provides support for context menus and message dialogs.

Members

The Windows.UI.Popups namespace has these types of members:

Classes

The Windows.UI.Popups namespace has these classes.

ClassDescription
MessageDialog Represents a dialog.
PopupMenu Represents a context menu.
UICommand Represents a command in a context menu.
UICommandSeparator Represents a command separator in a context menu.

 

Delegates

The Windows.UI.Popups namespace has these delegates.

DelegateDescription
UICommandInvokedHandler Represents a callback function that handles the event that is fired when the user invokes a context menu command.

 

Enumerations

The Windows.UI.Popups namespace has these enumerations.

EnumerationDescription
MessageDialogOptions Specifies less frequently used options for a MessageDialog.
Placement Specifies where the context menu should be positioned relative to the selection rectangle.

 

Interfaces

The Windows.UI.Popups namespace implements these interfaces.

InterfaceDescription
IUICommand Represents a command in a context menu or message dialog box.

 

Requirements

Minimum supported client

Windows 8 Release Preview

Minimum supported server

Windows Server 2012

Namespace

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

Metadata

Windows.winmd

 

 

Build date: 5/22/2012

Did you find this helpful?
(1500 characters remaining)
Community Additions ADD