DialogTitle property
Returns or sets the text that is displayed as the title of the electronic signature window. Read/write. String.
Syntax
object
.DialogTitle
[ = 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 title of the electronic signature window.Remarks
- This property must be set before the electronic signature window is shown at runtime.
Provide Feedback