Class | Description | |
---|---|---|
ContextMenuManager | Provides the system implementation for displaying a XamContextMenu. | |
ContextMenuService | Provides the system implementation for attaching a XamContextMenu to elements in a WPF application. | |
ItemClickedEventArgs | Provides data for the XamMenuBase.ItemClicked, events of a XamMenuBase control. | |
OpenedEventArgs | Provides data for XamContextMenu.Opened event of XamContextMenu. | |
OpeningEventArgs | Provides data for event of XamContextMenu | |
XamContextMenu | Represents a pop-up menu that enables a control to expose functionality that is specific to the context of the control. | |
XamContextMenuCommandSource | The command source object for XamContextMenu object. | |
XamMenu | Displays a menu in a WPF application. | |
XamMenuBase | Represents a control that defines choices for users to select. | |
XamMenuItem | Represents a selectable item inside a XamMenu control. | |
XamMenuSeparator | Control that is used to separate menu items in XamMenu control. |
Enumeration | Description | |
---|---|---|
MenuItemPosition | Defines the different custom positions of the submenu items can have. | |
MenuItemRole | Defines the different roles that a XamMenuItem can have. | |
OpenMode | Specifies on which event the XamContextMenu opens. | |
PlacementMode | Describes the placement of where a XamContextMenu control appears on the screen. The target area of the XamContextMenu is the XamContextMenu.PlacementRectangle which is relative to the XamContextMenu.PlacementTarget. If the XamContextMenu.PlacementTarget is not set, the element where the context menu is attached is used as a target. | |
XamContextMenuCommand | An enumeration of available commands for the XamContextMenu object. |