TextAreaInputHandler that registers all search-related commands.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public class SearchInputHandler : TextAreaInputHandler
Public Class SearchInputHandler _ Inherits TextAreaInputHandler
public ref class SearchInputHandler : public TextAreaInputHandler
Members
All Members | Constructors | Methods | Properties | Events | |
Icon | Member | Description |
---|---|---|
SearchInputHandler(TextArea) | Obsolete.
Creates a new SearchInputHandler and registers the search-related commands.
| |
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.) | |
CommandBindings |
Gets the command bindings of this input handler.
(Inherited from TextAreaInputHandler.) | |
Detach()()()() |
Detaches the input handler from the text area.
(Inherited from TextAreaInputHandler.) | |
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.) | |
NestedInputHandlers |
Gets the collection of nested input handlers. NestedInputHandlers are activated and deactivated
together with this input handler.
(Inherited from TextAreaInputHandler.) | |
SearchOptionsChanged |
Fired when SearchOptions are modified inside the SearchPanel.
| |
TextArea |
Gets the text area that the input handler belongs to.
(Inherited from TextAreaInputHandler.) | |
ToString()()()() | (Inherited from Object.) |
Inheritance Hierarchy
Object | ||
TextAreaInputHandler | ||
SearchInputHandler |
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238