Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ContextMenus Class / Parent Property


In This Topic
Parent Property (ContextMenus)
In This Topic
Gets a value indicating the parent object of this object.
Syntax
'Declaration
 
Public ReadOnly Property Parent As ITerminal
 
'Usage
 
Dim instance As ContextMenus
Dim value As ITerminal
 
value = instance.Parent
See Also