__VSArrangeWindowFlags Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies how the windows are to be arranged.
This enumeration supports a bitwise combination of its member values.
public enum class __VSArrangeWindowFlags
public enum class __VSArrangeWindowFlags
enum __VSArrangeWindowFlags
[System.Flags]
public enum __VSArrangeWindowFlags
[<System.Flags>]
type __VSArrangeWindowFlags =
Public Enum __VSArrangeWindowFlags
- Inheritance
-
__VSArrangeWindowFlags
- Attributes
Fields
Name | Value | Description |
---|---|---|
AWF_Left | 1 | Change the X coordinate of the window. |
AWF_Top | 2 | Change the Y coordinate of the window. |
AWF_Width | 4 | Change the width of the window. |
AWF_Height | 8 | Change the height of the window. |