OlVerticalLayout Enumeration

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.

See Also

Reference

Microsoft.Office.Interop.Outlook Namespace