Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IMouseMapper Interface / Parent Property


In This Topic
Parent Property (IMouseMapper)
In This Topic
Gets the parent object (IIbmTerminal).
Syntax
'Declaration
 
ReadOnly Property Parent As ITerminal
 
'Usage
 
Dim instance As IMouseMapper
Dim value As ITerminal
 
value = instance.Parent
See Also