WindowPatternWndClass Property |
The window class name of the sought-for control as it is registered in the operating system. In some libraries, the class name changes from one application session to another. To mark variable parts in the class name, use wildcards (* or ?) or specify regular expressions (regexp:...).
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax public string WndClass { get; set; }
Public Property WndClass As String
Get
Set
Dim instance As WindowPattern
Dim value As String
value = instance.WndClass
instance.WndClass = value
public:
property String^ WndClass {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also