Dy - property of the PmaPanel object
Note:
Property access for read and write.
Example:
JavaScriptVBScriptSelect and copy to clipboard
var oPanel = pMe.Pm("/Panel");
var nDy = oPanel.Dy;
// Reading from the property
oPanel.Dy = 800;
// Writing into the property
Dim oPanel
Set oPanel = pMe.Pm("/Panel")
Dim nDy
nDy = oPanel.Dy
' Reading from the property
oPanel.Dy = 800
' Writing into the property