Glossaria.net

Glossary Visual Basic / Term

caption

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.


For a Menu control, Caption is normally read/write at run time. But Caption is read-only for menus that are exposed or supplied by Visual Basic to add-ins, such as the MenuLine object.

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


< cache Glossary / Visual Basic Caption Button >