Class: DuPanel

DuPanel

For use with DuScriptUI.
A Panel or Window.
This is not a real class, and cannot be instanciated.
Use DuScriptUI.mainPanel to create a Panel.
The DuPanel inherits the Panel or Window object from ScriptUI and has all of its properties and methods.

new DuPanel()

D:/DEV_SRC/RxOT/DuPSF/tools/output/DuPSF.jsxinc, line 7833

Members

contentGroup

The ScriptUI group where the new controls must be added. Do not add any control directly inside the DuPanel.

Methods

refreshUi(file){boolean}

D:/DEV_SRC/RxOT/DuPSF/tools/output/DuPSF.jsxinc, line 7850
A function to reload a script in this panel.
Name Type Description
file File The script to reload.
Returns:
Type Description
boolean true on success, false otherwise.