OlHorizontalLayout Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
olHorizontalLayoutAlignLeft | 0 | Align controls horizontally by the left edge of each control. |
olHorizontalLayoutAlignCenter | 1 | Align controls horizontally by the center of each control. |
olHorizontalLayoutAlignRight | 2 | Align controls horizontally by the right edge of each control. |
olHorizontalLayoutGrow | 3 | Resize control horizontally with the form. |