Edit

Share via


SignatureLines.Item[Object] Property

Definition

Gets a reference to the specified SignatureLineObject object from the SignatureLinesCollection

public:
 property Microsoft::Office::Interop::InfoPath::SignatureLineObject ^ default[System::Object ^] { Microsoft::Office::Interop::InfoPath::SignatureLineObject ^ get(System::Object ^ varIndex); };
public Microsoft.Office.Interop.InfoPath.SignatureLineObject this[object varIndex] { get; }
member this.Item(obj) : Microsoft.Office.Interop.InfoPath.SignatureLineObject
Default Public ReadOnly Property Item(varIndex As Object) As SignatureLineObject

Parameters

varIndex
Object

The zero-based index for the SignatureLineObject object to return. The value specified must be a number from 0 to the value of the collection's Count property minus 1.

Property Value

An object that represents a Signature Line control in the collection.

Remarks

The order of the SignatureLine objects in the collection corresponds to the value of the Tab index property assigned to each control when you add it to the view.

This member can be accessed only by forms running in the same domain as the currently open form, or by forms that have been granted cross-domain permissions.

Applies to