ComponentOne SuperTooltip for WinForms
C1.Win.8 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 System.Integer
    public override System.int GetChildCount()

    Return Value

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