Specifies how the windows are to be arranged.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration __VSArrangeWindowFlags
[FlagsAttribute]
public enum __VSArrangeWindowFlags
[FlagsAttribute]
public enum class __VSArrangeWindowFlags
[<FlagsAttribute>]
type __VSArrangeWindowFlags
public enum __VSArrangeWindowFlags
Members
| Member name | Description | |
|---|---|---|
| AWF_Height | Change the height of the window. | |
| AWF_Left | Change the X coordinate of the window. | |
| AWF_Top | Change the Y coordinate of the window. | |
| AWF_Width | Change the width of the window. |