Caption Property
Description
This read-only property returns the Execution window's caption (title on titlebar).
Property type
Read-only property
Syntax
Visual Basic |
---|
Public Property Caption As String |
Return Type
String value of the caption if the caption is avalable. If it's not available, it returns an empty string.
See Also