AdornerLayer::GetVisualChild Method (Int32)
.NET Framework (current version)
Gets a Visual child at the specified index position.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- index
-
Type:
System::Int32
The index position of the wanted Visual child.
A derived class must implement this method to support Visual children. The method must return the child at the specified index. The index must be between 0 and (VisualChildrenCount-1).
.NET Framework
Available since 3.0
Available since 3.0
Show: