Left Property

For forms in Windows deployment, the Left property determines where the left side of a form is on the screen, measured in pixels.

Note: Because of how WebFOCUS Maintain deploys applications, this property is no longer valid for forms. However, WebFOCUS Maintain 4 applications that use this property are still supported.

For controls, the Left property determines where the left side of a control is on the form, measured in pixels. Together with the Bottom, Top, and Right properties, it determines the size of your control and where it is on the form.

You can also set this property using a Cascading Style Sheet. For more information, see Using Cascading Style Sheets.

Applies to: Forms, all controls.

Setting dynamically:

Winform Set form.[control].LEFT TO n;

WebFOCUS