VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.UIElements Namespace / PanelMenuItem Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
PanelMenuItem Class
In This Topic
Represents an UI menu item with an image and text.
Object Model
PanelMenuItem
Syntax
'Declaration

<DefaultEventAttribute("Click")>
<LocalizabilityAttribute(Menu)>
<TemplatePartAttribute("Name = PART_Popup", "Type = System.Windows.Controls.Primitives.Popup")>
<StyleTypedPropertyAttribute("Property = ItemContainerStyle", "StyleTargetType = System.Windows.Controls.MenuItem")>
<DefaultPropertyAttribute("Header")>
<ContentPropertyAttribute("Items")>
<StyleTypedPropertyAttribute("Property = ItemContainerStyle", "StyleTargetType = System.Windows.FrameworkElement")>
<StyleTypedPropertyAttribute("Property = FocusVisualStyle", "StyleTargetType = System.Windows.Controls.Control")>
<XmlLangPropertyAttribute("Name = Language")>
<UsableDuringInitializationAttribute("Usable = True")>
<RuntimeNamePropertyAttribute("Name = Name")>
<UidPropertyAttribute()>
<TypeDescriptionProviderAttribute("TypeName = MS.Internal.ComponentModel.DependencyObjectProvider")>
<NameScopePropertyAttribute("Name = NameScope", "Type = System.Windows.NameScope")>
Public Class PanelMenuItem
   Inherits System.Windows.Controls.MenuItem

[DefaultEvent("Click")]
[Localizability(Menu)]
[TemplatePart("Name = PART_Popup", "Type = System.Windows.Controls.Primitives.Popup")]
[StyleTypedProperty("Property = ItemContainerStyle", "StyleTargetType = System.Windows.Controls.MenuItem")]
[DefaultProperty("Header")]
[ContentProperty("Items")]
[StyleTypedProperty("Property = ItemContainerStyle", "StyleTargetType = System.Windows.FrameworkElement")]
[StyleTypedProperty("Property = FocusVisualStyle", "StyleTargetType = System.Windows.Controls.Control")]
[XmlLangProperty("Name = Language")]
[UsableDuringInitialization("Usable = True")]
[RuntimeNameProperty("Name = Name")]
[UidProperty()]
[TypeDescriptionProvider("TypeName = MS.Internal.ComponentModel.DependencyObjectProvider")]
[NameScopeProperty("Name = NameScope", "Type = System.Windows.NameScope")]
public class PanelMenuItem : System.Windows.Controls.MenuItem

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.HeaderedItemsControl
                           System.Windows.Controls.MenuItem
                              Vintasoft.Imaging.Wpf.UI.UIElements.PanelMenuItem

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also