CommandButton.Caption Property (Outlook Forms Script)

Returns or sets a String that appears on the button to describe what it does. Read/write.

Syntax

expression.Caption

expression A variable that represents a CommandButton object.

Remarks

The default caption for a control is a unique name based on the type of control. For example, CommandButton1 is the default caption for the first command button in a form.

If a control's caption is too long, the caption is truncated. If a form's caption is too long for the title bar, the title is displayed with an ellipsis.

The ForeColor property of the control determines the color of the text in the caption.

Setting AutoSize to True automatically adjusts the size of the control to frame the entire caption.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.