The C1ContextMenu control represents a menu that can be displayed when the user clicks the right mouse button over a control.

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
[TemplateVisualStateAttribute(GroupName = "VisibilityStates", Name = "Closed")]
[TemplateVisualStateAttribute(GroupName = "VisibilityStates", Name = "Open")]
public class C1ContextMenu : ItemsControl
Visual Basic
<TemplateVisualStateAttribute(GroupName := "VisibilityStates", Name := "Closed")> _
<TemplateVisualStateAttribute(GroupName := "VisibilityStates", Name := "Open")> _
Public Class C1ContextMenu _
	Inherits ItemsControl
XAML Object Element Usage
<C1ContextMenu .../>

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ItemsControl
            C1.Phone..::..C1ContextMenu

See Also