ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework Namespace / DockPaneManager Class / IsVisible Method
The DAML identifier.

In This Topic
    IsVisible Method (DockPaneManager)
    In This Topic
    Checks if a dock pane is visible.
    Syntax
    public bool IsVisible( 
       string id
    )
    Public Function IsVisible( _
       ByVal id As String _
    ) As Boolean

    Parameters

    id
    The DAML identifier.

    Return Value

    True if specified dock pane is visible; otherwise, false.
    Remarks
    This function will not create the dock pane if it does not exist.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also