OlAlignment 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 how a caption is aligned with the edge of a control.
public enum class OlAlignment
[System.Runtime.InteropServices.Guid("35A805A1-009F-4307-A6D9-3654104862B5")]
public enum OlAlignment
Public Enum OlAlignment
- Inheritance
-
OlAlignment
- Attributes
Fields
Name | Value | Description |
---|---|---|
olAlignmentLeft | 0 | Places the caption to the left of the control. |
olAlignmentRight | 1 | Places the caption to the right of the control. |