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 horizontal direction.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<GuidAttribute("634EE3C4-6BCB-4BD6-8997-30C9DB02E223")> _
Public Enumeration OlHorizontalLayout
'Usage
Dim instance As OlHorizontalLayout
[GuidAttribute("634EE3C4-6BCB-4BD6-8997-30C9DB02E223")]
public enum OlHorizontalLayout
Members
| Member name | Description | |
|---|---|---|
| olHorizontalLayoutAlignLeft | Align controls horizontally by the left edge of each control. | |
| olHorizontalLayoutAlignCenter | Align controls horizontally by the center of each control. | |
| olHorizontalLayoutAlignRight | Align controls horizontally by the right edge of each control. | |
| olHorizontalLayoutGrow | Resize control horizontally with the form. |