Click or drag to resize

ScriptContainerLoadOptions Method

Used to load options and settings derived from ScriptOptions for use with the implemented script.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public virtual void LoadOptions()

Implements

IScriptContainerLoadOptions
Remarks
Leave Options set to null to avoid showing the options dialog.
See Also