InfoConnect for Airlines
Parent Property (IScreenRegion)


Gets the parent object. The parent is the Screen object (e.g. IUtsScreen).
Syntax
'Declaration
 
ReadOnly Property Parent As Object
'Usage
 
Dim instance As IScreenRegion
Dim value As Object
 
value = instance.Parent
object Parent {get;}
See Also