ArcGIS Pro 2.9 API Reference Guide
DockPaneState Enumeration

ArcGIS.Desktop.Framework.Contracts Namespace : DockPaneState Enumeration
DockPane positions.
Syntax
Members
MemberDescription
AutoHide Content is hosted by a fly-out window and is visible only when the user moves the mouse over an anchor thumb located in the application border.
DockableWindow Content is hosted by a floating window and the user can re-dock it within the application.
Docked Content is docked within the application.
FloatingWindow Content is hosted by a floating window that can't be docked within the application.
Hidden Content is hidden.
NoneContent is not associated with any ArcGIS.Desktop.Framework.DockPaneManager (Default State).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArcGIS.Desktop.Framework.Contracts.DockPaneState

Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

ArcGIS.Desktop.Framework.Contracts Namespace