Interface IScriptEditor
Interface to script editors.
Namespace: Syncfusion.Scripting.Design
Assembly: Syncfusion.Scripting.Windows.dll
Syntax
public interface IScriptEditor
Remarks
This interface is implemented by classes that edit script objects.
Properties
Form
The Form object that implements the user interface.
Declaration
Form Form { get; }
Property Value
Type |
---|
System.Windows.Forms.Form |
Methods
UpdateEditor(Script)
Loads the data from the script into the editor.
Declaration
void UpdateEditor(Script script)
Parameters
Type | Name | Description |
---|---|---|
Script | script | Script to load into the editor |
UpdateScript(Script)
Updates the script object with the current values in the editor.
Declaration
void UpdateScript(Script script)
Parameters
Type | Name | Description |
---|---|---|
Script | script | Script to update |