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


In This Topic
    Parent Property (IUiControl)
    In This Topic
    Get the parent control.
    Syntax
    'Declaration
     
    
    ReadOnly Property Parent As IUiControl
    'Usage
     
    
    Dim instance As IUiControl
    Dim value As IUiControl
     
    value = instance.Parent
    IUiControl Parent {get;}
    See Also