WinButton Class

Definition

public ref class WinButton : Microsoft::VisualStudio::TestTools::UITesting::WinControls::WinControl
[System.CLSCompliant(true)]
public class WinButton : Microsoft.VisualStudio.TestTools.UITesting.WinControls.WinControl
[<System.CLSCompliant(true)>]
type WinButton = class
    inherit WinControl
Public Class WinButton
Inherits WinControl
Inheritance
Derived
Attributes

Constructors

WinButton()
WinButton(UITestControl)

Properties

AccessibleDescription (Inherited from WinControl)
AccessKey (Inherited from WinControl)
BoundingRectangle (Inherited from UITestControl)
ClassName (Inherited from UITestControl)
Container (Inherited from UITestControl)
ControlId (Inherited from WinControl)
ControlName (Inherited from WinControl)
ControlType (Inherited from UITestControl)
DisplayText
Enabled (Inherited from UITestControl)
Exists (Inherited from UITestControl)
FilterProperties (Inherited from UITestControl)
FriendlyName (Inherited from UITestControl)
HasFocus (Inherited from UITestControl)
Height (Inherited from UITestControl)
HelpText (Inherited from WinControl)
IsTopParent (Inherited from UITestControl)
Left (Inherited from UITestControl)
Name (Inherited from UITestControl)
NativeElement (Inherited from UITestControl)
SearchConfigurations (Inherited from UITestControl)
SearchProperties (Inherited from UITestControl)
SearchPropertiesSetExplicitly (Inherited from UITestControl)
Shortcut
State (Inherited from UITestControl)
TechnologyName (Inherited from UITestControl)
ToolTipText (Inherited from WinControl)
Top (Inherited from UITestControl)
TopParent (Inherited from UITestControl)
Width (Inherited from UITestControl)
WindowHandle (Inherited from UITestControl)
WindowTitles (Inherited from UITestControl)

Methods

CaptureImage() (Inherited from UITestControl)
CopyFrom(UITestControl) (Inherited from UITestControl)
DrawHighlight() (Inherited from UITestControl)
EnsureClickable() (Inherited from UITestControl)
EnsureClickable(Point) (Inherited from UITestControl)
Equals(Object) (Inherited from UITestControl)
Find() (Inherited from UITestControl)
FindMatchingControls() (Inherited from UITestControl)
GetChildren() (Inherited from UITestControl)
GetClickablePoint() (Inherited from UITestControl)
GetHashCode() (Inherited from UITestControl)
GetParent() (Inherited from UITestControl)
GetProperty(String) (Inherited from UITestControl)
GetUITestControlsForSearch() (Inherited from WinControl)
GetValidSearchProperties() (Inherited from WinControl)
SetFocus() (Inherited from UITestControl)
SetProperty(String, Object) (Inherited from UITestControl)
ToString() (Inherited from UITestControl)
TryFind() (Inherited from UITestControl)
TryGetClickablePoint(Point) (Inherited from UITestControl)
WaitForControlCondition(Predicate<UITestControl>) (Inherited from UITestControl)
WaitForControlCondition(Predicate<UITestControl>, Int32) (Inherited from UITestControl)
WaitForControlEnabled() (Inherited from UITestControl)
WaitForControlEnabled(Int32) (Inherited from UITestControl)
WaitForControlExist() (Inherited from UITestControl)
WaitForControlExist(Int32) (Inherited from UITestControl)
WaitForControlNotExist() (Inherited from UITestControl)
WaitForControlNotExist(Int32) (Inherited from UITestControl)
WaitForControlPropertyEqual(String, Object) (Inherited from UITestControl)
WaitForControlPropertyEqual(String, Object, Int32) (Inherited from UITestControl)
WaitForControlPropertyNotEqual(String, Object) (Inherited from UITestControl)
WaitForControlPropertyNotEqual(String, Object, Int32) (Inherited from UITestControl)
WaitForControlReady() (Inherited from UITestControl)
WaitForControlReady(Int32) (Inherited from UITestControl)

Applies to