menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IScriptEditor - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved