Gets the default input handler.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public TextAreaDefaultInputHandler DefaultInputHandler { get; private set; }
Public Property DefaultInputHandler As TextAreaDefaultInputHandler Get Private Set
public: property TextAreaDefaultInputHandler^ DefaultInputHandler { TextAreaDefaultInputHandler^ get (); private: void set (TextAreaDefaultInputHandler^ 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