SWTPatternWndCaption Property |
The text or title of the sought-for widget. You can use wildcards (* or ?) or specify regular expressions (regexp:...).
Namespace:
SmartBear.TestLeft.TestObjects.SWT
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax public string WndCaption { get; set; }
Public Property WndCaption As String
Get
Set
Dim instance As SWTPattern
Dim value As String
value = instance.WndCaption
instance.WndCaption = value
public:
property String^ WndCaption {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also