Decorator::GetVisualChild Method (Int32)

 

Gets the child Visual element at the specified index position.

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

protected:
virtual Visual^ GetVisualChild(
	int index
) override

Parameters

index
Type: System::Int32

Index position of the child element.

Return Value

Type: System.Windows.Media::Visual^

The child element at the specified index position.

Exception Condition
ArgumentOutOfRangeException

index is greater than the number of visual child elements.

Because Child can equal only 0 or 1, specifying an index position greater than 1 or less than 0 results in an ArgumentOutOfRangeException.

.NET Framework
Available since 3.0
Return to top
Show: