Returns the context type of the find translation data.

Type Info:

ContextType As String
Example:
Dim FTData As New RCWinTrans.FindTranslationData

FTData.SourceText = "Button"
FTData.TargetText = "Knopf"
FTData.MatchValue = 100
FTData.ContextType = "Dialog"
See also:

Class FindTranslationData

Last Updated: 05/07/04