ComponentOne Basic Library for WPF and Silverlight
C1ContextMenu Class
Members 


C1.Silverlight Namespace : 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
 
<System.Windows.TemplatePartAttribute(Name="ContextMenuPopup", Type=System.Windows.Controls.Primitives.Popup)>
<System.Windows.TemplatePartAttribute(Name="PositioningPanel", Type=System.Windows.Controls.Canvas)>
<System.Windows.TemplatePartAttribute(Name="MainPanel", Type=System.Windows.Controls.Grid)>
Public Class C1ContextMenu 
   Inherits C1Menu
   Implements IC1ContextMenu 
'Usage
 
Dim instance As C1ContextMenu
[System.Windows.TemplatePart(Name="ContextMenuPopup", Type=System.Windows.Controls.Primitives.Popup)]
[System.Windows.TemplatePart(Name="PositioningPanel", Type=System.Windows.Controls.Canvas)]
[System.Windows.TemplatePart(Name="MainPanel", Type=System.Windows.Controls.Grid)]
public class C1ContextMenu : C1Menu, IC1ContextMenu  
Inheritance Hierarchy

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

See Also

Reference

C1ContextMenu Members
C1.Silverlight Namespace