ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework.Accessibility Namespace / IAccessibleElementsHolder Interface / GetAccessibleElements Method

In This Topic
    GetAccessibleElements Method (IAccessibleElementsHolder)
    In This Topic
    Gets the accessible elements collection.
    Syntax
    'Declaration
     
    Function GetAccessibleElements() As System.Collections.Generic.List(Of IAccessibleElement)
    System.Collections.Generic.List<IAccessibleElement> GetAccessibleElements()
    See Also