ArcGIS Pro 3.7 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 Function IsVisible( _
       ByVal id As String _
    ) As Boolean
    public bool IsVisible( 
       string id
    )

    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. To create the dock pane use Find.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also