InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework.Accessibility Namespace / ElementAccessibleObject Class / GetChildCount Method

In This Topic
    GetChildCount Method (ElementAccessibleObject)
    In This Topic
    Retrieves the number of children belonging to an accessible object.
    Syntax
    'Declaration
     
    Public Overrides Function GetChildCount() As Integer
    public override int GetChildCount()

    Return Value

    The number of children belonging to an accessible object.
    See Also