UIAutomationSettingsAddWindow Method |
Adds a window class to the list of UI Automation window classes.
Namespace:
SmartBear.TestLeft.Options
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax public void AddWindow(
string windowPattern
)
Public Sub AddWindow (
windowPattern As String
)
Dim instance As UIAutomationSettings
Dim windowPattern As String
instance.AddWindow(windowPattern)
public:
void AddWindow(
String^ windowPattern
)
Parameters
- windowPattern
- Type: SystemString
The window class (the WndClass property value). The value can include wildcards: an asterisk (*) corresponds to a string of any lentgh, a question mark (?) corresponds to any single character.
See Also