ToolBarTray::GetVisualChild Method (Int32)

 

Gets the index number of the visible child.

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

protected:
virtual Visual^ GetVisualChild(
	int index
) override

Parameters

index
Type: System::Int32

Index of the visual child.

Return Value

Type: System.Windows.Media::Visual^

The index number of the visible child.

.NET Framework
Available since 3.0
Return to top
Show: