Provides indexed access to the dock panels contained within the auto hide container.
public DockPanel this[ int index ] { get; }
Public ReadOnly Property Item( ByVal index As Integer ) As DockPanel
Use this property to access individual dock panels contained within the auto hide container using index notation. If the index parameter is negative or exceeds the number of elements, an exception is raised.