Class

DuSeparator

DuSeparator()

For use with DuScriptUI.
A DuSeparator.
This is not a real class, and cannot be instanciated.
Use DuScriptUI.separator to create a DuSeparator.
The DuSeparator inherits the Group object from ScriptUI and has all of its properties and methods.
Constructor

# new DuSeparator()

Properties:
Name Type Description
label StaticText | CheckBox the label
checkable boolean Read-Only | true if a checkbox is displayed

View Source DuESF.jsxinc, line 11711