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


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