Align
Align is supposedly a property of OLE Controls (the holders for OCXs) that controls the position of their contents on the form. The documentation claims that it applies only to some OLE controls. We don't think that this is a VFP property at all, but rather a property of OCXs that appears in the VFP property sheet when available.
Usage |
oleContainer.Align = nAlign nAlign = oleContainer.Align |
Example |
frmForm.OLEControl.Align = 4 |
See Also |