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
Set oPanel = pMe.Pm("/Panel")
Dim nScreenY
nScreenY = oPanel.ScreenY