OlHorizontalLayout Enum

Definition

Specifies the alignment of controls in the horizontal direction.

public enum class OlHorizontalLayout
[System.Runtime.InteropServices.Guid("634EE3C4-6BCB-4BD6-8997-30C9DB02E223")]
public enum OlHorizontalLayout
Public Enum OlHorizontalLayout
Inheritance
OlHorizontalLayout
Attributes

Fields

olHorizontalLayoutAlignCenter 1

Align controls horizontally by the center of each control.

olHorizontalLayoutAlignLeft 0

Align controls horizontally by the left edge of each control.

olHorizontalLayoutAlignRight 2

Align controls horizontally by the right edge of each control.

olHorizontalLayoutGrow 3

Resize control horizontally with the form.

Applies to