SubsumeParent Method

Object List Next Object

Defined By:
ObjectTools

Description:

Brings an object up to the same level as its parent.

Declaration:

Function SubsumeParent(ByVal oj As Object)As Object

Details:

Obj is the object you want to move up a level in the hierarchy. Obj will become an independent object on the same level as its parent, and will have all the properties, methods, and events origionally inherited from its parent, as well as its own.