ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework.Accessibility Namespace / ElementAccessibleObject Class / Parent Property

In This Topic
    Parent Property (ElementAccessibleObject)
    In This Topic
    Gets the parent of an accessible object.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property Parent As System.Windows.Forms.AccessibleObject
    public override System.Windows.Forms.AccessibleObject Parent {get;}

    Property Value

    An System.Windows.Forms.AccessibleObject that represents the parent of an accessible object, or a null reference (Nothing in Visual Basic) if there is no parent object.
    See Also