Caption property (SignatureButton object)
Returns or sets the text that is displayed in the signature button. Read/write. String.
When a caption is changed, the width of the field automatically changes to accommodate the changed number of characters. The font size is unchanged.
Multiple lines of text are separated with a carriage return-linefeed character combination (vbCrLf = Chr(13) + Chr(10)).
Syntax
object
.Caption
[ = 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 in the object.Remarks
- For a SignatureButton object, the size does not change to accommodate more characters. Any character beyond the width of the button are not displayed. Since the text is centered, text strings that are longer than the width of the button are truncated at both ends.
Provide Feedback