Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.UserInterface Namespace / IClassic Interface / Parent Property


In This Topic
Parent Property (IClassic)
In This Topic
Gets the parent object. The parent is the IView object.
Syntax
'Declaration
 
Shadows ReadOnly Property Parent As IView
 
'Usage
 
Dim instance As IClassic
Dim value As IView
 
value = instance.Parent
See Also