OlVerticalLayout Enum

Definition

Specifies the alignment of controls in the vertical direction.

public enum class OlVerticalLayout
[System.Runtime.InteropServices.Guid("EA33F29D-6159-4E76-8A14-BCEAA808FA91")]
public enum OlVerticalLayout
Public Enum OlVerticalLayout
Inheritance
OlVerticalLayout
Attributes

Fields

olVerticalLayoutAlignBottom 2

Align controls vertically by the bottom edge of each control.

olVerticalLayoutAlignMiddle 1

Align controls vertically by the center of each control.

olVerticalLayoutAlignTop 0

Align controls vertically by the top edge of each control.

olVerticalLayoutGrow 3

Resize control vertically with the form.

Applies to