Contains the predefined input handlers.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public class TextAreaDefaultInputHandler : TextAreaInputHandler
Public Class TextAreaDefaultInputHandler _ Inherits TextAreaInputHandler
public ref class TextAreaDefaultInputHandler : public TextAreaInputHandler
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
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) | (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()()()() | (Inherited from Object.) |
Inheritance Hierarchy
Object | ||
TextAreaInputHandler | ||
TextAreaDefaultInputHandler |
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238