WPFPatternWPFControlText Property |
The text or title of the sought-for object. By default, TestLeft searches for the exact match. To mark variable parts, use wildcards (* or ?) or specify regular expressions (regexp:...).
Namespace:
SmartBear.TestLeft.TestObjects.WPF
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax public string WPFControlText { get; set; }
Public Property WPFControlText As String
Get
Set
Dim instance As WPFPattern
Dim value As String
value = instance.WPFControlText
instance.WPFControlText = value
public:
property String^ WPFControlText {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also