RootName Method
Object List Next Object
Defined By: ObjectTools
Description:
Finds the name of an object’s predecessor in the object hierarchy.
Declaration:
Function RootName(ByVal o As Object)As String
Details:
Obj is the object whose predecessor you want to find. RootName returns a String
containing Obj’s predecessor in the hierarchy.