FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / ExcelContextMenu Class
Members

In This Topic
    ExcelContextMenu Class
    In This Topic
    Context menu customized for use with the C1FlexSheet control.
    Object Model
    ExcelContextMenu Class
    Syntax
    'Declaration
     
    
    <DefaultEventAttribute("Opened")>
    <LocalizabilityAttribute(LocalizationCategory.Menu)>
    <StyleTypedPropertyAttribute(Property="ItemContainerStyle", StyleTargetType=System.Windows.Controls.MenuItem)>
    <DefaultPropertyAttribute("Items")>
    <ContentPropertyAttribute("Items")>
    <XmlLangPropertyAttribute("Language")>
    <UsableDuringInitializationAttribute(True)>
    <RuntimeNamePropertyAttribute("Name")>
    <UidPropertyAttribute("Uid")>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class ExcelContextMenu 
       Inherits System.Windows.Controls.ContextMenu
    [DefaultEvent("Opened")]
    [Localizability(LocalizationCategory.Menu)]
    [StyleTypedProperty(Property="ItemContainerStyle", StyleTargetType=System.Windows.Controls.MenuItem)]
    [DefaultProperty("Items")]
    [ContentProperty("Items")]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [RuntimeNameProperty("Name")]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class ExcelContextMenu : System.Windows.Controls.ContextMenu 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Control
                         System.Windows.Controls.ItemsControl
                            System.Windows.Controls.Primitives.MenuBase
                               System.Windows.Controls.ContextMenu
                                  C1.WPF.FlexGrid.ExcelContextMenu

    See Also