UITestControl Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class UITestControl
[System.CLSCompliant(true)]
public class UITestControl
[<System.CLSCompliant(true)>]
type UITestControl = class
Public Class UITestControl
Inheritance
Derived
Attributes
Constructors
Properties
Methods
CaptureImage()
CopyFrom(UITestControl)
DrawHighlight()
EnsureClickable()
EnsureClickable(Point)
Equals(Object)
Find()
FindMatchingControls()
GetChildren()
GetClickablePoint()
GetHashCode()
GetParent()
GetProperty(String)
GetUITestControlsForSearch()
SetFocus()
SetProperty(String, Object)
ToString()
TryFind()
TryGetClickablePoint(Point)
WaitForCondition<T>(T, Predicate<T>, Int32)
WaitForCondition<T>(T, Predicate<T>)
WaitForControlCondition(Predicate<UITestControl>, Int32)
WaitForControlCondition(Predicate<UITestControl>)
WaitForControlEnabled()
WaitForControlEnabled(Int32)
WaitForControlExist()
WaitForControlExist(Int32)
WaitForControlNotExist()
WaitForControlNotExist(Int32)
WaitForControlPropertyEqual(String, Object, Int32)
WaitForControlPropertyEqual(String, Object)
WaitForControlPropertyNotEqual(String, Object, Int32)
WaitForControlPropertyNotEqual(String, Object)
WaitForControlReady()
WaitForControlReady(Int32)
Operators
Applies to