ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework Namespace / PaneCollection Class / Item Property
The index into the collection.

In This Topic
    Item Property (PaneCollection)
    In This Topic
    Gets the pane at the specified index.
    Syntax
    public Pane this[ 
       int index
    ]; {get;}
    Public ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As Pane

    Parameters

    index
    The index into the collection.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also