OlkControl.VerticalLayout Property

Definition

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.

public:
 property Microsoft::Office::Interop::Outlook::OlVerticalLayout VerticalLayout { Microsoft::Office::Interop::Outlook::OlVerticalLayout get(); void set(Microsoft::Office::Interop::Outlook::OlVerticalLayout value); };
public Microsoft.Office.Interop.Outlook.OlVerticalLayout VerticalLayout { get; set; }
Public Property VerticalLayout As OlVerticalLayout

Property Value

Applies to