This property defines the appropriate time for the signature to be prompted.
object.WhenCaptureSignature
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISSignature interface |
Display some information about the signature control, including the appropriate time for the signature to be prompted.
Dim aSignature
Dim aSignatureInfo
Set aSignature = Form.Controls_("Signature1")
aSignatureInfo =_
"ShortName: " & aSignature.ShortName & vbNewLine &_
"TypeName: " & aSignature.TypeName & vbNewLine &_
"Top: " & aSignature.Top & vbNewLine &_
"Left: " & aSignature.Left & vbNewLine &_
"Width: " & aSignature.Width & vbNewLine &_
"Height: " & aSignature.Height & vbNewLine &_
"Signature Prompt Text: " & aSignature.SignaturePromptText & vbNewLine &_
"When Capture Signature: " & aSignature.WhenCaptureSignature
Profile.MsgBox(aSignatureInfo)
In Profile Client v8 on User Interface When Capture Signature can be found in
.