Version

PanePosition Enumeration

Enumeration of positions when repositioning a pane.
Syntax
'Declaration
 
Public Enum PanePosition 
   Inherits System.Enum
public enum PanePosition : System.Enum 
Members
MemberDescription
ChildThe pane will become a child of the specified relative.
FirstThe pane will be placed before all sibling panes of the pane specified.
LastThe pane will be placed after all the sibling panes of the pane specified.
NextThe pane will be placed before the pane specified.
PreviousThe pane will be placed after the pane specified.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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