RC-WinTrans Object Model Help |
ProjectFile.Datatype |
Type Info: |
Datatype As XLIFFDatatypes |
Example: | Dim ProjFile As ProjectFile Set ProjFile = Application.ActiveProjectFile If (ProjFile.Datatype = datatype_winres) Then [...] End If |
Remarks: | Read-only property. |