| ||
version 1.5
Property Get/Set ParentContainer Container that contains the object. Independent objects - instantiated using constructor New does not have a ParentContainer and the property return Nothing. Top level object ParentContainer property return the same rtContainer object as property Root. Example - a rtGraphic object in paragraph. Dim g as rtGraphic Set g = paragraph.getFirstElement(RT_OBJ_GRAPHIC)s
In this case the following statement is true: g.ParentContainer is paragraph.Content |