AdornedElementPlaceholder::GetVisualChild Method (Int32)

 

Retrieves the Visual child object at the specified index.

Namespace:   System.Windows.Controls
Assembly:  PresentationFramework (in PresentationFramework.dll)

protected:
virtual Visual^ GetVisualChild(
	int index
) override

Parameters

index
Type: System::Int32

The index that specifies the child object to retrieve.

Return Value

Type: System.Windows.Media::Visual^

The visual child object at the specified index.

.NET Framework
Available since 3.0
Return to top
Show: