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()
Public Overrides Function ToString As String
Dim instance As MSAASettings
Dim returnValue As String
returnValue = instance.ToString()
public:
virtual String^ ToString() override
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