Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the alignment of controls in the vertical direction.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<GuidAttribute("EA33F29D-6159-4E76-8A14-BCEAA808FA91")> _
Public Enumeration OlVerticalLayout
'Usage
Dim instance As OlVerticalLayout
[GuidAttribute("EA33F29D-6159-4E76-8A14-BCEAA808FA91")]
public enum OlVerticalLayout
Members
| Member name | Description | |
|---|---|---|
| olVerticalLayoutAlignTop | Align controls vertically by the top edge of each control. | |
| olVerticalLayoutAlignMiddle | Align controls vertically by the center of each control. | |
| olVerticalLayoutAlignBottom | Align controls vertically by the bottom edge of each control. | |
| olVerticalLayoutGrow | Resize control vertically with the form. |