ArcGIS Pro 2.9 API Reference Guide
IsVisible Method

ArcGIS.Desktop.Framework Namespace > DockPaneManager Class : IsVisible Method
The DAML identifier.
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, Windows 8.1

See Also

Reference

DockPaneManager Class
DockPaneManager Members