IWindowWndCaption Property |
Gets or sets the window's caption.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax string WndCaption { get; set; }
Property WndCaption As String
Get
Set
Dim instance As IWindow
Dim value As String
value = instance.WndCaption
instance.WndCaption = value
property String^ WndCaption {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringExceptions See Also