A set of input bindings and event handlers for the text area.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public interface ITextAreaInputHandler
Public Interface ITextAreaInputHandler
public interface class ITextAreaInputHandler
Members
All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
Attach()()()() |
Attaches an input handler to the text area.
| |
Detach()()()() |
Detaches the input handler from the text area.
| |
TextArea |
Gets the text area that the input handler belongs to.
|
Remarks
There is one active input handler per text area (ActiveInputHandler), plus a number of active stacked input handlers.
The text area also stores a reference to a default input handler, but that is not necessarily active.
Stacked input handlers work in addition to the set of currently active handlers (without detaching them). They are detached in the reverse order of being attached.
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238