InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 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 AccessibleObject
    public override 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