ScreenY - property of the PmaPanel object
Note:
Property access for read only.
Example:
JavaScriptVBScriptSelect and copy to clipboard
var oPanel = pMe.Pm("/Panel");
var nScreenY = oPanel.ScreenY;
Dim oPanel, nScreenY
Set oPanel = pMe.Pm("/Panel")
nScreenY = oPanel.ScreenY