EnableApprover property

Returns or sets a value indicating whether or not the Approved By section of the electronic signature window will be enabled. Read/write.* Boolean.
Syntax
object
.
EnableApprover
[ =
value
]
where
object
– is the name of a SignatureButton object or an expression that evaluates to a SignatureButton object.
value
– is a Boolean value that determines whether or not the Approved By section of the electronic signature window is enabled.
Remarks
  • *When the electronic signature window is open at runtime, in other words when a signature authentication operation is taking place, this property is read-only.
    At runtime, when the electronic signature window is not open (no signature authentication is taking place) the property is read/write.
    This means that you can use VBA code to make changes to the signature button properties at runtime, as long as the electronic signature window is not open.
  • The EnablePerformer property must be set to True before this property can be set.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal