ControlDesigner::ControlDesignerAccessibleObject::GetChild Method (Int32)

 

Retrieves the accessible child corresponding to the specified index.

Namespace:   System.Windows.Forms.Design
Assembly:  System.Design (in System.Design.dll)

public:
virtual AccessibleObject^ GetChild(
	int index
) override

Parameters

index
Type: System::Int32

The zero-based index of the accessible child.

Return Value

Type: System.Windows.Forms::AccessibleObject^

An AccessibleObject that represents the accessible child corresponding to the specified index.

.NET Framework
Available since 1.1
Return to top
Show: