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 oObject = pMe.Items("/Txt0");
var oPanel = oObject.PmPanel;
Dim oObject, oPanel
Set oObject = pMe.Items("/Txt0")
oPanel = oObject.PmPanel