Align Property
Returns or sets a value that determines where an object is
displayed on a form.
Syntax
[form!]VSFlexGrid.[ =
AlignConstants ]
Remarks
The settings for the
property are described below:
|
|
|
vbAlignNone |
0 |
Size and location set at design time or in code. |
vbAlignTop |
1 |
Control at the top of the form. |
vbAlignBottom |
2 |
Control at the bottom of the form. |
vbAlignLeft |
3 |
Control at the left of the form. |
vbAlignRight |
4 |
Control at the right of the form. |
Data Type
AlignConstants (Enumeration)
Default Value
vbAlignNone (0)
See Also
VSFlexGrid Control