Table of Contents

Class ScriptCodeEditStatus

Namespace
Alternet.Editor.Common
Assembly
Alternet.Editor.Common.v10.dll

Represents the status, e.g., position in the text, modified state, etc., of the IScriptEdit control.

public class ScriptCodeEditStatus
Inheritance
ScriptCodeEditStatus

Constructors

ScriptCodeEditStatus(string, string, string)

Initializes a new instance of the ScriptCodeEditStatus class with specified parameters.

Properties

Modified

Gets a value that describes editor's modified state.

Overwrite

Gets a value that describes editor's overwrite mode.

Position

Gets a value that describes editor's position.