AccessibleObject.IAccessible.get_accChild Method

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

  [Visual Basic]
  Private Function get_accChild( _
   ByVal 
  childID
   As Object _
) As Object Implements IAccessible.get_accChild
[C#]
object IAccessible.get_accChild(
   object childID
);
[C++]
private: Object* IAccessible::get_accChild(Object* childID
);
[JScript]
private function IAccessible.get_accChild(
   childID : Object) : Object;

See Also

AccessibleObject Class | AccessibleObject Members | System.Windows.Forms Namespace

Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.

Send comments on this topic.

© Microsoft Corporation. All rights reserved.