InfoConnect API Guide
Attachmate.Reflection.UserInterface Namespace / ClassicMDI Class / Parent Property


In This Topic
    Parent Property (ClassicMDI)
    In This Topic
    Gets the parent object. The parent is the IView object.
    Syntax
    'Declaration
     
    
    Public Shadows ReadOnly Property Parent As IView
    'Usage
     
    
    Dim instance As ClassicMDI
    Dim value As IView
     
    value = instance.Parent
    public new IView Parent {get;}
    See Also