autECLWinMetrics object

The autECLWinMetrics object allows you to access the methods contained in the ZIEWin.autECLWinMetrics class. See autECLWinMetrics Class for more information. The following example shows this object.

DIM  SessObj as Object
Set SessObj = CreateObject("ZIEWin.autECLSession")
 
' Initialize the session
SessObj.SetConnectionByName("A")
' For example, set the host window to minimized
SessObj.autECLWinMetrics.Minimized = True