PanelOffPanel()
Closes a particular panel
Synopsis
PanelOffPanel( string PanelName);
Parameters
Parameter | Description |
---|---|
PanelName | panel to be closed |
Return value
None
Error
Description
Similar to the function PanelOff() but the panel PanelName will be closed.
Example
main()
{
PanelOffPanel("PANEL_1");
}
Assignment
panel.ctl
Availability
UI