InfoConnect for Airlines
Parent Property (ScreenRegion)
Example 


Gets the parent object. The parent is the screen object.
Syntax
'Declaration
 
Public ReadOnly Property Parent As Object
'Usage
 
Dim instance As ScreenRegion
Dim value As Object
 
value = instance.Parent
public object Parent {get;}
Example
IUtsScreen utsScreen = (IUtsScreen)screenRegion.Parent;
See Also