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