Click or drag to resize

MSAASettingsToString Method

Converts the list of window types identified via the MSAA engine to a string.

Namespace:  SmartBear.TestLeft.Options
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax
public override string ToString()

Return Value

Type: String
A string holding the comma-separated list of window types identified via the MSAA engine. Each item is in the "WndClass" or "WndClass;@text=WndCaption" format, where WndClass is the window's class, and WndCaption is the window's caption.

WndClass and WndCaption may include wildcards * and ?. The asterisk (*) means a string of any length, including an empty string. The question mark (?) means any single character or no character.

See Also