Gets the collection of nested input handlers. NestedInputHandlers are activated and deactivated
together with this input handler.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public ICollection<ITextAreaInputHandler> NestedInputHandlers { get; }
Public ReadOnly Property NestedInputHandlers As ICollection(Of ITextAreaInputHandler) Get
public: property ICollection<ITextAreaInputHandler^>^ NestedInputHandlers { ICollection<ITextAreaInputHandler^>^ get (); }
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238