OlAlignment Enumeration
Specifies how a caption is aligned with the edge of a control.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<GuidAttribute("35A805A1-009F-4307-A6D9-3654104862B5")> _
Public Enumeration OlAlignment
'Usage
Dim instance As OlAlignment
[GuidAttribute("35A805A1-009F-4307-A6D9-3654104862B5")]
public enum OlAlignment
Members
Member name | Description | |
---|---|---|
olAlignmentLeft | Places the caption to the left of the control. | |
olAlignmentRight | Places the caption to the right of the control. |