public enum DockPaneState : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum DockPaneState Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum DockPaneState : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum DockPaneState Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
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. |
None | Content is not associated with any ArcGIS.Desktop.Framework.DockPaneManager (Default State). |
System.Object
System.ValueType
System.Enum
ArcGIS.Desktop.Framework.Contracts.DockPaneState
Target Platforms: Windows 10, Windows 8.1