Glossary Visual Basic / Term
The caption property appears in the title bar of the form.
You can set the Caption property up to 255 total characters. If your caption exceeds the width of the command button, it will wrap to the next line.
When you create a new object, its default caption is the default Name property setting. This default caption includes the object name and an integer, such as Command1 or Form1. For a more descriptive label, set the Caption property.
Permanent link caption - Creation date 2020-06-07