Edit

Share via


View3.SignatureLines Property

Definition

Gets a reference to the SignatureLinesCollection associated with the current view.

public:
 property Microsoft::Office::Interop::InfoPath::SemiTrust::SignatureLinesCollection ^ SignatureLines { Microsoft::Office::Interop::InfoPath::SemiTrust::SignatureLinesCollection ^ get(); };
public Microsoft.Office.Interop.InfoPath.SemiTrust.SignatureLinesCollection SignatureLines { get; }
member this.SignatureLines : Microsoft.Office.Interop.InfoPath.SemiTrust.SignatureLinesCollection
Public ReadOnly Property SignatureLines As SignatureLinesCollection

Property Value

An object that represents the set of Signature Line controls in the current view.

Remarks

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