
C# | Visual Basic | Visual C++ |
public interface ITextEditorComponent : IServiceProvider
Public Interface ITextEditorComponent _ Inherits IServiceProvider
public interface class ITextEditorComponent : IServiceProvider

All Members | Methods | Properties | Events | ||
Icon | Member | Description |
---|---|---|
![]() | Document |
Gets the document being edited.
|
![]() | DocumentChanged |
Occurs when the Document property changes (when the text editor is connected to another
document - not when the document content changes).
|
![]() | GetService(Type) | Gets the service object of the specified type. (Inherited from IServiceProvider.) |
![]() | OptionChanged |
Occurs when the Options property changes, or when an option inside the current option list
changes.
|
![]() | Options |
Gets the options of the text editor.
|
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238