Namespace Syncfusion.Scripting.Design
Classes
| AssemblyTypeMap
Provides a cache for resolving System.Type instances from loaded assemblies by fully qualified type name. |
| ErrorDescriptor
Represents item for error listBox |
| NodeDoubleClickEventArgs
Provides data for a tree node double-click event. |
| ScriptEditControl
Script Engine control. Support writing multi-language script. |
| ScriptEditForm
Hosts the ScriptEditControl in a Windows Form and provides IScriptEditor integration. |
| ScriptObjectBrowser
Displays a browsable object tree (objects, properties, items, and events) and supports drag-and-drop and event handler creation. |
| ScriptUITypeEditor
Implements a UITypeEditor for editing Script objects. |
| ScriptWrapper
Provides helpers to wrap and unwrap user scripts with language-specific boilerplate, namespaces, using/import directives, and event handler wiring. |
| TagContainer
Represents metadata associated with a tree node in the script editor. |
| TagEventContainer
Represents a tag container specialized for event-related nodes and handlers. |
Interfaces
| IScriptEditor
Interface to script editors. |
Enums
| TreeNodeType
Indicated a node type which must be created. |
Delegates
| NodeDoubleClickEventHandler
Represents the method that will handle a node double-click event. |