Version

ContentPaneStates Enumeration

Enumeration used to indicate the current state of a ContentPane
Syntax
'Declaration
 
Public Enum ContentPaneStates 
   Inherits System.Enum
public enum ContentPaneStates : System.Enum 
Members
MemberDescription
AllowCloseThe ContentPane can be closed.
IsActiveDocumentThe ContentPane.IsActiveDocument is true
IsActivePaneThe ContentPane.IsActivePane is true
IsDockedThe ContentPane is docked within one of the sides of the XamDockManager
IsDocumentThe ContentPane is displayed within the DocumentContentHost
IsFloatingThe ContentPane is displayed within a floating window
IsFloatingDockableThe ContentPane is displayed within a floating window that can be docked with other panes
IsFloatingOnlyThe ContentPane is displayed within a floating window and cannot be docked within another pane.
IsUnpinnedThe ContentPane is displayed within the unpinned tab area
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also