ClassContextMenu
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class ContextMenu : MenuBase, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlItemsControlMenuBaseContextMenu
Implements:
Inherited Members
Constructors
ContextMenu()
Declaration
cs-api-definition
public ContextMenu()
Fields
HasDropShadowProperty
Declaration
cs-api-definition
public static AutomationProperty HasDropShadowProperty
Field Value
HorizontalOffsetProperty
Declaration
cs-api-definition
public static AutomationProperty HorizontalOffsetProperty
Field Value
IsOpenProperty
Declaration
cs-api-definition
public static AutomationProperty IsOpenProperty
Field Value
PlacementProperty
Declaration
cs-api-definition
public static AutomationProperty PlacementProperty
Field Value
PlacementRectangleProperty
Declaration
cs-api-definition
public static AutomationProperty PlacementRectangleProperty
Field Value
StaysOpenProperty
Declaration
cs-api-definition
public static AutomationProperty StaysOpenProperty
Field Value
VerticalOffsetProperty
Declaration
cs-api-definition
public static AutomationProperty VerticalOffsetProperty
Field Value
Properties
Placement
Declaration
cs-api-definition
public PlacementMode Placement { 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.