PopupMenu Class

Represents a context menu.

Syntax

public ref class PopupMenu sealed  

Remarks

context menus can show a maximum of six commands. This limit helps to ensure that the context menu remains uncluttered, usable, and directly relevant to users.

You can see complete code examples that demonstrate how to create and customize context menus in the Context menu sample on the Microsoft Store app sample home page.

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) and Using Windows Runtime objects in a multithreaded environment (.NET).

Requirements

Namespace: Windows.UI.Popups

Metadata: windows.winmd

See also

Reference

PopupMenu Members

Windows.UI.Popups Namespace