ClassMenuItem
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class MenuItem : HeaderedItemsControl, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlItemsControlHeaderedItemsControlMenuItem
Implements:
Inherited Members
Constructors
MenuItem()
Declaration
cs-api-definition
public MenuItem()
Fields
InputGestureTextProperty
Declaration
cs-api-definition
public static AutomationProperty InputGestureTextProperty
Field Value
IsCheckableProperty
Declaration
cs-api-definition
public static AutomationProperty IsCheckableProperty
Field Value
IsCheckedProperty
Declaration
cs-api-definition
public static AutomationProperty IsCheckedProperty
Field Value
IsHighlightedProperty
Declaration
cs-api-definition
public static AutomationProperty IsHighlightedProperty
Field Value
IsPressedProperty
Declaration
cs-api-definition
public static AutomationProperty IsPressedProperty
Field Value
IsSubmenuOpenProperty
Declaration
cs-api-definition
public static AutomationProperty IsSubmenuOpenProperty
Field Value
IsSuspendingPopupAnimationProperty
Declaration
cs-api-definition
public static AutomationProperty IsSuspendingPopupAnimationProperty
Field Value
RoleProperty
Declaration
cs-api-definition
public static AutomationProperty RoleProperty
Field Value
StaysOpenOnClickProperty
Declaration
cs-api-definition
public static AutomationProperty StaysOpenOnClickProperty
Field Value
Properties
IsSuspendingPopupAnimation
Declaration
cs-api-definition
public bool IsSuspendingPopupAnimation { get; set; }
Property Value
Methods
GetRealType()
Gets the real object type. This property returns string.empty on FrameworkElement and all subclasses that inherit from it.