IInfoPathViewControl.Left Property

InfoPath Developer Reference

Gets the offset, from the left side of the view, of the current control in the enumeration. Read-only

Version Information
 Version Added:  InfoPath 2007

Syntax

expression.Left(plLeft)

expression   An expression that returns an IInfoPathViewControl object.

Parameters

Name Required/Optional Data Type Description
plLeft Required Long The number of pixels the control is from the left side of the view.

Return Value
[HRESULT]

Remarks

Pixel coordinates are calculated using screenCoordinate values from the MSHTML.DLL document service, which are roughly equivalent to standard CSS values.

For a list of controls that are enumerated in the view, if present, see the GetControls method of the IInfoPathDataImporterFields interface.

This object or member is used for extending the InfoPath application and is not intended to be used directly from your form code.

For more information about programmatically importing data into an InfoPath form, see the InfoPath Developer Portal on the Microsoft Office Developer Center.

See Also