WorkflowViewAccessibleObject::GetChild Method (Int32)

 

Returns the accessible child object associated with the specified index.

Namespace:   System.Workflow.ComponentModel.Design
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

public:
virtual AccessibleObject^ GetChild(
	int index
) override

Parameters

index
Type: System::Int32

The zero-based index of the accessible child object to retrieve.

Return Value

Type: System.Windows.Forms::AccessibleObject^

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

.NET Framework
Available since 3.0
Return to top
Show: