WindowTitle

This is the title that is currently in the title bar for the connection associated with the lsxECLWinMetrics object. The WindowTitle property is a String data type and is read/write enabled.
Note:
If Window Title is set to blank, the window title of the connection is restored to its original setting.

The following example shows this property.

' Create an lsxECLWinMetrics object associated with connection A
dim myWMetObj as lsxECLWinMetrics("A")
 
 ' Set the window title
myWMetObj.WindowTitle = "Main Office"