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

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

    Return Value

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