IEditorText Interface

Applies to v2.

Represents a text service on a typical IEditor.

Namespace:  Microsoft.WebMatrix.Extensibility.Editor
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Public Interface IEditorText
'Usage
Dim instance As IEditorText
public interface IEditorText
public interface class IEditorText
type IEditorText =  interface end
public interface IEditorText

The IEditorText type exposes the following members.

Properties

  Name Description
Public property ReadOnly Gets a value that indicates whether the current text is read-only.
Public property Text Gets or sets all the text in the editor. Setting the text will clear the dirty state.

Top

See Also

Reference

Microsoft.WebMatrix.Extensibility.Editor Namespace