Click or drag to resize

IPureScriptView Interface

View interface for editing a pure script text.

Namespace: Altaxo.Gui.Scripting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IPureScriptView

The IPureScriptView type exposes the following members.

Properties
 NameDescription
Public propertyInitialScriptCursorLocation Sets the initial script cursor location.
Public propertyScriptCursorLocation Sets the current script cursor location.
Public propertyScriptText Gets or sets the script text.
Top
Methods
 NameDescription
Public methodMarkText Marks the specified text range.
Public methodSetScriptCursorLocation Sets the script cursor location by line and column.
Top
See Also