ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework Namespace / PaneCollection Class / FindPane Method
The pane's instance identifier.

In This Topic
    FindPane Method
    In This Topic
    Finds the pane identified by the specified instance identifier.
    Syntax
    public Pane FindPane( 
       uint instanceID
    )
    Public Function FindPane( _
       ByVal instanceID As UInteger _
    ) As Pane

    Parameters

    instanceID
    The pane's instance identifier.

    Return Value

    The pane.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also