Click or drag to resize

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
)

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