InfoConnect API Guide
Attachmate.Reflection.UserInterface Namespace / IClassicMDI Interface / Parent Property


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