IWinTextEditwCueBanner Property |
Retrieves the text that is displayed as the textual cue, or tip, in an edit control.
Namespace:
SmartBear.TestLeft.TestObjects.Win
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax string wCueBanner { get; }
ReadOnly Property wCueBanner As String
Get
Dim instance As IWinTextEdit
Dim value As String
value = instance.wCueBanner
property String^ wCueBanner {
String^ get ();
}
Property Value
Type:
StringExceptions See Also