SignatureLinesCollection interface

Contains all SignatureLineObject objects in the current view, which represent the Signature Line controls in that view.

Namespace:  Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly:  Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.dll)

Syntax

'Declaration
<GuidAttribute("096cd767-0786-11d1-95fa-0080c78ee3bb")> _
Public Interface SignatureLinesCollection _
    Inherits SignatureLines
'Usage
Dim instance As SignatureLinesCollection
[GuidAttribute("096cd767-0786-11d1-95fa-0080c78ee3bb")]
public interface SignatureLinesCollection : SignatureLines

Remarks

This type is a wrapper for a coclass that is required by managed code for COM interoperability. Use this type to access the members of the COM interface implemented by this coclass. For information about the COM interface, including a link to descriptions of its members, seeSignatureLines.

To access the SignatureLinesCollection, use the SignatureLines property of the View3 class.

The order of the SignatureLineObject objects in the collection corresponds to the value of the Tab index property assigned to each control when you add it to the view. To specify that value, open the form template in the InfoPath designer, right-click the control, click Signature Line Properties, click Advanced, and then set the Tab index property of the control.

See also

Reference

SignatureLinesCollection members

Microsoft.Office.Interop.InfoPath.SemiTrust namespace