Caption Property
The Caption property returns the window caption. Returns a String. This is a read-only property.
Syntax
object.Caption
Example
This example shows how to return the caption for the application window.
Debug.Print GrapherApp.Caption
Used by: AutoWindow object