Returns the "TranslationProjects" collection containing translation projects that are opened in RC-WinTrans but have no corresponding workspace.

Type Info:

TranslationProjects As TranslationProjects
Example:
Dim App As Application
Dim Projs As TranslationProjects

Set App = Application
Set Projs = App.TranslationProjects
Remarks: Read-only property.

See also:

Class Application

Last Updated: 04/26/05