RC-WinTrans X8 COM Object Model Help |
AltTranslationProperty.Parent
|
Type Info: |
Parent As AltTranslationProperties |
| Example: | Dim AltTransProps As AltTranslationProperties
Dim AltTransProps2 As AltTranslationProperties
Dim AltTransProp As AltTranslationProperty
Set AltTransProps = Application.ActiveTransUnit.AltTranslations(1).Properties
Set AltTransProp = AltTransProps.Item("alttrans_restype", "")
If (Not(AltTransProp Is Nothing)) Then
Set AltTransProps2 = AltTransProp.Parent
End If
|
| Remarks: | Read-only property. |