C1.UWP Assembly / C1.Xaml Namespace / C1ContextMenu Class
Members

C1ContextMenu Class
The C1ContextMenu control represents a menu that can be displayed when the user clicks the right mouse button over a control.
Object Model
C1ContextMenu Class
Syntax
'Declaration
 
Public Class C1ContextMenu 
   Inherits C1Menu
   Implements IC1ContextMenu 
 
Inheritance Hierarchy

System.Object
   Windows.UI.Xaml.DependencyObject
      Windows.UI.Xaml.UIElement
         Windows.UI.Xaml.FrameworkElement
            Windows.UI.Xaml.Controls.Control
               Windows.UI.Xaml.Controls.ItemsControl
                  C1.Xaml.C1HierarchicalPresenter
                     C1.Xaml.C1Menu
                        C1.Xaml.C1ContextMenu

See Also