PmPanel - property of the PmgObject object
Description:
Returns reference to the
PmaPanel object where the
Pmg object is placed.
Note:
Property access for
read only.
The property still
is not functional in the
onStart event.
This property is also functional in
Web panels.
Example:
JavaScriptVBScriptSelect and copy to clipboard
var oPanel = pMe.PmPanel;
// Reading from the property
Dim oPanel
oPanel = pMe.PmPanel
' Reading from the property