Attachmate.Reflection.Emulation.Common Namespace > ScreenRegion Class : Parent Property |
Gets
the parent object. The parent is the screen object.'Declaration
Public ReadOnly Property Parent As Object
'Usage
Dim instance As ScreenRegion Dim value As Object value = instance.Parent
public object Parent {get;}
IUtsScreen utsScreen = (IUtsScreen)screenRegion.Parent;