Version

PaneActionBehavior Enumeration

Enumeration used to determine which panes within a dockable TabGroupPane are affected by a particular pane action such as closing or unpinning a pane.
Syntax
'Declaration
 
Public Enum PaneActionBehavior 
   Inherits System.Enum
public enum PaneActionBehavior : System.Enum 
Members
MemberDescription
ActivePaneOnly the selected pane will be affected.
AllPanesAll panes within the TabGroupPane will be affected.
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