OlkControl.VerticalLayout Property
Returns or sets an OlVerticalLayout constant that specifies any alignment in the vertical direction of this control with other selected controls on the form, or whether the control is adjusted in the vertical direction automatically when the form's length is changed. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property VerticalLayout As OlVerticalLayout
Get
Set
'Usage
Dim instance As OlkControl
Dim value As OlVerticalLayout
value = instance.VerticalLayout
instance.VerticalLayout = value
[DispIdAttribute()]
OlVerticalLayout VerticalLayout { get; set; }
Property Value
Type: Microsoft.Office.Interop.Outlook.OlVerticalLayout