OperationDescription property
Returns or sets a user-defined string that describes the operation. This string appears in the electronic signature window and is logged in diagnostic messages. Read/write. String.
Syntax
object
.OperationDescription
[ = string
]where
object
– is the name of a SignatureButton object or an expression that evaluates to a SignatureButton object.string
– is a text string that will be displayed at runtime as the description of the operation that the button will perform, and also is logged to the diagnostic messages.Remarks
- This property must be set before the electronic signature window is opened at runtime.
Provide Feedback