Version

ToolWindowStartupLocation Enumeration

Enumeration used to indicate how the ToolWindow should be positioned when it initially displayed.
Syntax
'Declaration
 
Public Enum ToolWindowStartupLocation 
   Inherits System.Enum
public enum ToolWindowStartupLocation : System.Enum 
Members
MemberDescription
CenterOwnerWindowThe position is calculated based on the logical window relative to the owner.
CenterScreenThe position is calculated based on the logical screen relative to the owner.
ManualThe position is based on the ToolWindow.Left and ToolWindow.Top or the alignments if the ToolWindow.HorizontalAlignmentMode or ToolWindow.VerticalAlignmentMode are set to UseAlignments.
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