Represents a selectable item inside a C1ContextMenu control.

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

Syntax

C#
public class C1MenuItem : ItemsControl
Visual Basic
Public Class C1MenuItem _
	Inherits ItemsControl
XAML Object Element Usage
<C1MenuItem .../>

Inheritance Hierarchy

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

See Also