'Declaration
<TemplatePartAttribute(Name="ContextMenuPopup", Type=System.Windows.Controls.Primitives.Popup)> <TemplateVisualStateAttribute(Name="Focused", GroupName="FocusStates")> <StyleTypedPropertyAttribute(Property="NonFirstLevelStyle", StyleTargetType=C1.Silverlight.C1MenuItem)> <ContentPropertyAttribute("Items", True)> Public Class C1ContextMenu Inherits C1Menu Implements IC1ContextMenu
[TemplatePart(Name="ContextMenuPopup", Type=System.Windows.Controls.Primitives.Popup)] [TemplateVisualState(Name="Focused", GroupName="FocusStates")] [StyleTypedProperty(Property="NonFirstLevelStyle", StyleTargetType=C1.Silverlight.C1MenuItem)] [ContentProperty("Items", true)] public class C1ContextMenu : C1Menu, IC1ContextMenu