Class MenuItem
Inheritance
System.Object
MenuItem
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly: ArtOfTest.WebAii.dll
Syntax
public class MenuItem : HeaderedItemsControl, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Constructors
MenuItem()
Declaration
public MenuItem()
Fields
InputGestureTextProperty
Declaration
public static AutomationProperty InputGestureTextProperty
Field Value
AutomationProperty
|
IsCheckableProperty
IsCheckedProperty
IsHighlightedProperty
IsPressedProperty
IsSubmenuOpenProperty
IsSuspendingPopupAnimationProperty
Declaration
public static AutomationProperty IsSuspendingPopupAnimationProperty
Field Value
AutomationProperty
|
RoleProperty
StaysOpenOnClickProperty
Declaration
public static AutomationProperty StaysOpenOnClickProperty
Field Value
AutomationProperty
|
Properties
InputGestureText
Declaration
public string InputGestureText { get; set; }
Property Value
System.String
|
IsCheckable
Declaration
public bool IsCheckable { get; set; }
Property Value
System.Boolean
|
IsChecked
Declaration
public bool IsChecked { get; set; }
Property Value
System.Boolean
|
IsHighlighted
Declaration
public bool IsHighlighted { get; set; }
Property Value
System.Boolean
|
IsPressed
Declaration
public bool IsPressed { get; set; }
Property Value
System.Boolean
|
IsSubmenuOpen
IsSuspendingPopupAnimation
Declaration
public bool IsSuspendingPopupAnimation { get; set; }
Property Value
System.Boolean
|
Role
StaysOpenOnClick
Declaration
public bool StaysOpenOnClick { get; set; }
Property Value
System.Boolean
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|