Visible - property of the PmaPanel object
Values:
true - panel is opened
false - panel is not opened
Note:
Property access for read only.
Example:
JavaScriptVBScriptSelect and copy to clipboard
var oPanel = pMe.Pm("/Panel");
var bVisible = oPanel.Visible;
Dim oPanel
Set oPanel = pMe.Pm("/Panel")
Dim bVisible
bVisible = oPanel.Visible