Operation property

Returns or sets the operation the signature button will perform at runtime when it is pressed. Read/write.* Constant.
Syntax
object
.
Operation
[ = type]
where
object
– is the name of a SignatureButton object or an expression that evaluates to a SignatureButton object.
type
– is a constant of the type SignatureButtonOperations that specifies the operation the button will perform when it is pushed.
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.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal