MenuItem
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public class MenuItem : HeaderedItemsControl, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlItemsControlHeaderedItemsControlMenuItem...
Implements:
Inherited Members
Constructors
C#
public MenuItem()
Fields
C#
public static AutomationProperty InputGestureTextProperty
C#
public static AutomationProperty IsCheckableProperty
C#
public static AutomationProperty IsCheckedProperty
C#
public static AutomationProperty IsHighlightedProperty
C#
public static AutomationProperty IsPressedProperty
C#
public static AutomationProperty IsSubmenuOpenProperty
C#
public static AutomationProperty IsSuspendingPopupAnimationProperty
C#
public static AutomationProperty RoleProperty
C#
public static AutomationProperty StaysOpenOnClickProperty
Properties
C#
public string InputGestureText { get; set; }
C#
public bool IsCheckable { get; set; }
C#
public bool IsHighlighted { get; set; }
C#
public bool IsSubmenuOpen { get; set; }
C#
public bool IsSuspendingPopupAnimation { get; set; }
C#
public MenuItemRole Role { get; set; }
C#
public bool StaysOpenOnClick { get; set; }