Pushes an input handler onto the list of stacked input handlers.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public void PushStackedInputHandler( TextAreaStackedInputHandler inputHandler )
Public Sub PushStackedInputHandler ( _ inputHandler As TextAreaStackedInputHandler _ )
public: void PushStackedInputHandler( TextAreaStackedInputHandler^ inputHandler )
Parameters
- inputHandler (TextAreaStackedInputHandler)
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