Version

XamContextMenu Class

Represents a pop-up menu that enables a control to expose functionality that is specific to the context of the control.
Syntax
'Declaration
 
Public Class XamContextMenu 
   Inherits XamMenuBase
   Implements Infragistics.ICommandTarget, Infragistics.IProvidePropertyPersistenceSettings 
public class XamContextMenu : XamMenuBase, Infragistics.ICommandTarget, Infragistics.IProvidePropertyPersistenceSettings  
Remarks
A context menu (also called contextual, shortcut, and popup or pop-up menu) is a menu in a graphical user interface (GUI) that appears upon user interaction, such as a right mouse click. A context menu offers a limited set of choices that are available in the current state, or context, of the operating system or application.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also