AvalonEdit
ActiveInputHandler Property
NamespacesICSharpCode.AvalonEdit.EditingTextAreaActiveInputHandler
Gets/Sets the active input handler. This property does not return currently active stacked input handlers. Setting this property detached all stacked input handlers.
Declaration Syntax
C#Visual BasicVisual C++
public ITextAreaInputHandler ActiveInputHandler { get; set; }
Public Property ActiveInputHandler As ITextAreaInputHandler
	Get
	Set
public:
property ITextAreaInputHandler^ ActiveInputHandler {
	ITextAreaInputHandler^ get ();
	void set (ITextAreaInputHandler^ value);
}
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