| Constant | Value | Description |
| vbAlignNone | 0 | Size and location set at design time or in code |
| vbAlignTop | 1 | Align control to top of form |
| vbAlignBottom | 2 | Align control to bottom of form |
| vbAlignLeft | 3 | Align control to left of form |
| vbAlignRight | 4 | Align control to right of form |
| Constant | Value | Description |
| vbLeftJustify | 0 | Left align |
| vbRightJustify | 1 | Right align |
| vbCenter | 2 | Center |