Share via


OlkControl.HorizontalLayout Property

Returns or sets an OlHorizontalLayout constant that specifies any alignment in the horizontal direction of this control with other selected controls on the form, or whether the control is adjusted in the horizontal direction automatically when the form's width is changed. Read/write.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Property HorizontalLayout As OlHorizontalLayout
    Get
    Set
'Usage
Dim instance As OlkControl
Dim value As OlHorizontalLayout

value = instance.HorizontalLayout

instance.HorizontalLayout = value
OlHorizontalLayout HorizontalLayout { get; set; }

Property Value

Type: Microsoft.Office.Interop.Outlook.OlHorizontalLayout

See Also

Reference

OlkControl Interface

OlkControl Members

Microsoft.Office.Interop.Outlook Namespace