__VSArrangeWindowFlags Enumeration

 

Specifies how the windows are to be arranged.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)

[FlagsAttribute]
public enum __VSArrangeWindowFlags

Member nameDescription
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.

Return to top
Show: