ClassWpfTestElement
Actions for automating WPF elements.
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
public class WpfTestElement : FrameworkElement, IAutomationPeer, IPeerConverter, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElement
Derived Classes:
Implements:
Inherited Members
Constructors
WpfTestElement()
Creates new instance of WpfTestElement class.
Declaration
public WpfTestElement()
Fields
AllowDropProperty
AllowDropProperty attached property.
Declaration
public static AutomationProperty AllowDropProperty
Field Value
BindingGroupProperty
BindingGroupProperty attached property.
Declaration
public static AutomationProperty BindingGroupProperty
Field Value
ClipToBoundsProperty
ClipToBoundsProperty attached property.
Declaration
public static AutomationProperty ClipToBoundsProperty
Field Value
ContextMenuProperty
ContextMenuProperty attached property.
Declaration
public static AutomationProperty ContextMenuProperty
Field Value
FlowDirectionProperty
FlowDirectionProperty attached property.
Declaration
public static AutomationProperty FlowDirectionProperty
Field Value
FocusableProperty
FocusableProperty attached property.
Declaration
public static AutomationProperty FocusableProperty
Field Value
ForceCursorProperty
ForceCursorProperty attached property.
Declaration
public static AutomationProperty ForceCursorProperty
Field Value
InputScopeProperty
InputScopeProperty attached property.
Declaration
public static AutomationProperty InputScopeProperty
Field Value
IsEnabledProperty
IsEnabledProperty attached property.
Declaration
public static AutomationProperty IsEnabledProperty
Field Value
IsFocusedProperty
IsFocusedProperty attached property.
Declaration
public static AutomationProperty IsFocusedProperty
Field Value
IsKeyboardFocusWithinProperty
IsKeyboardFocusWithinProperty attached property.
Declaration
public static AutomationProperty IsKeyboardFocusWithinProperty
Field Value
IsKeyboardFocusedProperty
IsKeyboardFocusedProperty attached property.
Declaration
public static AutomationProperty IsKeyboardFocusedProperty
Field Value
IsMouseCaptureWithinProperty
IsMouseCaptureWithinProperty attached property.
Declaration
public static AutomationProperty IsMouseCaptureWithinProperty
Field Value
IsMouseCapturedProperty
IsMouseCapturedProperty attached property.
Declaration
public static AutomationProperty IsMouseCapturedProperty
Field Value
IsMouseDirectlyOverProperty
IsMouseDirectlyOverProperty attached property.
Declaration
public static AutomationProperty IsMouseDirectlyOverProperty
Field Value
IsMouseOverProperty
IsMouseOverProperty attached property.
Declaration
public static AutomationProperty IsMouseOverProperty
Field Value
IsStylusCaptureWithinProperty
IsStylusCaptureWithinProperty attached property.
Declaration
public static AutomationProperty IsStylusCaptureWithinProperty
Field Value
IsStylusCapturedProperty
IsStylusCapturedProperty attached property.
Declaration
public static AutomationProperty IsStylusCapturedProperty
Field Value
IsStylusDirectlyOverProperty
IsStylusDirectlyOverProperty attached property.
Declaration
public static AutomationProperty IsStylusDirectlyOverProperty
Field Value
IsStylusOverProperty
IsStylusOverProperty attached property.
Declaration
public static AutomationProperty IsStylusOverProperty
Field Value
IsVisibleProperty
IsVisibleProperty attached property.
Declaration
public static AutomationProperty IsVisibleProperty
Field Value
LayoutTransformProperty
LayoutTransformProperty attached property.
Declaration
public static AutomationProperty LayoutTransformProperty
Field Value
OverridesDefaultStyleProperty
OverridesDefaultStyleProperty attached property.
Declaration
public static AutomationProperty OverridesDefaultStyleProperty
Field Value
SnapsToDevicePixelsProperty
SnapsToDevicePixelsProperty attached property.
Declaration
public static AutomationProperty SnapsToDevicePixelsProperty
Field Value
Properties
AllowDrop
Reflects the AllowDrop property of the element under test.
BindingGroup
Reflects the BindingGroup property of the element under test.
Declaration
public BindingGroup BindingGroup { get; set; }
Property Value
ClipToBounds
Reflects the ClipToBounds property of the element under test.
ComputedVisibility
Reflects the ComputedVisibility property of the element under test.
Declaration
public override Visibility ComputedVisibility { get; }
Property Value
Overrides
ContextMenu
Reflects the ContextMenu property of the element under test.
Declaration
public ContextMenu ContextMenu { get; set; }
Property Value
FlowDirection
Reflects the FlowDirection property of the element under test.
Declaration
public FlowDirection FlowDirection { get; set; }
Property Value
Focusable
Reflects the Focusable property of the element under test.
ForceCursor
Reflects the ForceCursor property of the element under test.
InputScope
Reflects the InputScope property of the element under test.
IsEnabled
Reflects the IsEnabled property of the element under test.
IsFocused
Reflects the IsFocused property of the element under test.
IsKeyboardFocusWithin
Reflects the IsKeyboardFocusWithin property of the element under test.
IsKeyboardFocused
Reflects the IsKeyboardFocused property of the element under test.
IsMouseCaptureWithin
Reflects the IsMouseCaptureWithin property of the element under test.
IsMouseCaptured
Reflects the IsMouseCaptured property of the element under test.
IsMouseDirectlyOver
Reflects the IsMouseDirectlyOver property of the element under test.
IsMouseOver
Reflects the IsMouseOver property of the element under test.
IsStylusCaptureWithin
Reflects the IsStylusCaptureWithin property of the element under test.
IsStylusCaptured
Reflects the IsStylusCaptured property of the element under test.
IsStylusDirectlyOver
Reflects the IsStylusDirectlyOver property of the element under test.
IsStylusOver
Reflects the IsStylusOver property of the element under test.
IsVisible
Reflects the IsVisible property of the element under test.
OverridesDefaultStyle
Reflects the OverridesDefaultStyle property of the element under test.
SnapsToDevicePixels
Reflects the SnapsToDevicePixels property of the element under test.