ComponentOne FlexGrid for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1ContextMenu Class
Members

In This Topic
    C1ContextMenu Class
    In This Topic
    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 
    public class C1ContextMenu : C1Menu, 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