OlVerticalLayout 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 the alignment of controls in the vertical direction.
public enum class OlVerticalLayout
[System.Runtime.InteropServices.Guid("EA33F29D-6159-4E76-8A14-BCEAA808FA91")]
public enum OlVerticalLayout
Public Enum OlVerticalLayout
- Inheritance
-
OlVerticalLayout
- Attributes
Fields
Name | Value | Description |
---|---|---|
olVerticalLayoutAlignTop | 0 | Align controls vertically by the top edge of each control. |
olVerticalLayoutAlignMiddle | 1 | Align controls vertically by the center of each control. |
olVerticalLayoutAlignBottom | 2 | Align controls vertically by the bottom edge of each control. |
olVerticalLayoutGrow | 3 | Resize control vertically with the form. |