AccessibleObject::IAccessible::accChildCount Property
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets the number of child interfaces that belong to this object. For a description of this member, see IAccessible::accChildCount.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
private: property int accChildCount { virtual int get() sealed = IAccessible::accChildCount::get; }
Property Value
Type: System::Int32The number of child accessible objects that belong to this object. If the object has no child objects, this value is 0.
Implements
IAccessible::accChildCountThis member is an explicit interface member implementation. It can be used only when the AccessibleObject instance is cast to an IAccessible interface.
.NET Framework
Available since 2.0
Available since 2.0
Show: