Returns the source text highlighted in the Translation Edit bar.

Type Info:

HighlightedSourceText As String
Example:
Dim Bar As TranslationEditBar
Set Bar = Application.Windows.TranslationEditBar
  
MsgBox Bar.HighlightedSourceText
Remarks: Read-only property.

See also:

Class TranslationEditBar

Last Updated: 04/27/05