ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework.Accessibility Namespace / IAccessibleElement Interface / Children Property

In This Topic
    Children Property (IAccessibleElement)
    In This Topic
    Gets the accessible children collection.
    Syntax
    'Declaration
     
    ReadOnly Property Children As System.Collections.Generic.List(Of IAccessibleElement)
    System.Collections.Generic.List<IAccessibleElement> Children {get;}
    See Also