Search Results for

    Show / Hide Table of Contents

    Class ScriptEditorControl

    Interaktionslogik für ScriptEditorControl.xaml

    Inheritance
    System.Object
    ScriptEditorControl
    Namespace: Simplic.Framework.DBUI
    Assembly: Simplic.Framework.DBUI.dll
    Syntax
    public class ScriptEditorControl : UserControl

    Constructors

    | Improve this Doc View Source

    ScriptEditorControl()

    Constructor

    Declaration
    public ScriptEditorControl()

    Properties

    | Improve this Doc View Source

    SourceCode

    Source code

    Declaration
    public string SourceCode { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    CheckCode()

    Check the current code for errors

    Declaration
    public void CheckCode()

    Events

    | Improve this Doc View Source

    TextChanged

    Declaration
    public event TextChangedEventHandler TextChanged
    Event Type
    Type Description
    TextChangedEventHandler
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx