__VSArrangeWindowFlags Enumeration
Visual Studio 2015
Specifies how the windows are to be arranged.
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
| 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. |
Show: