AvalonEdit
TextAreaDefaultInputHandler Class
NamespacesICSharpCode.AvalonEdit.EditingTextAreaDefaultInputHandler
Contains the predefined input handlers.
Declaration Syntax
C#Visual BasicVisual C++
public class TextAreaDefaultInputHandler : TextAreaInputHandler
Public Class TextAreaDefaultInputHandler _
	Inherits TextAreaInputHandler
public ref class TextAreaDefaultInputHandler : public TextAreaInputHandler
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
TextAreaDefaultInputHandler(TextArea)
Creates a new TextAreaDefaultInputHandler instance.

AddBinding(ICommand, ModifierKeys, Key, ExecutedRoutedEventHandler)
Adds a command and input binding.
(Inherited from TextAreaInputHandler.)
Attach()()()()
Attaches an input handler to the text area.
(Inherited from TextAreaInputHandler.)
CaretNavigation
Gets the caret navigation input handler.

CommandBindings
Gets the command bindings of this input handler.
(Inherited from TextAreaInputHandler.)
Detach()()()()
Detaches the input handler from the text area.
(Inherited from TextAreaInputHandler.)
Editing
Gets the editing input handler.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
InputBindings
Gets the input bindings of this input handler.
(Inherited from TextAreaInputHandler.)
IsAttached
Gets whether the input handler is currently attached to the text area.
(Inherited from TextAreaInputHandler.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
MouseSelection
Gets the mouse selection input handler.

NestedInputHandlers
Gets the collection of nested input handlers. NestedInputHandlers are activated and deactivated together with this input handler.
(Inherited from TextAreaInputHandler.)
TextArea
Gets the text area that the input handler belongs to.
(Inherited from TextAreaInputHandler.)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
TextAreaInputHandler
 TextAreaDefaultInputHandler

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238