InputPanel for WinForms | ComponentOne
C1.Win.5 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 List(Of IAccessibleElement)
    List<IAccessibleElement> Children {get;}
    See Also