Represents a RadAutoCompleteBoxElement keyboard and mouse input handler
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class AutoCompleteBoxInputHandler : TextBoxInputHandler, ITextBoxInputHandler, IDisposable
Inheritance: objectTextBoxInputHandlerAutoCompleteBoxInputHandler
Implements:
Inherited Members
Constructors
Initializes a new instance of the AutoCompleteBoxInputHandler class.
C#
public AutoCompleteBoxInputHandler(RadAutoCompleteBoxElement textBoxElement)
The text box element.
Methods
Gets the text block at point.
C#
protected ITextBlock GetTextBlockAtPoint(Point location)
The location.
Returns:Processes the enter key.
C#
protected override bool ProcessEnterKey(KeyEventArgs e)
The KeyEventArgs instance containing the event data.
Returns:Overrides:
Processes the list navigation.
C#
protected override bool ProcessListNavigation(KeyEventArgs e)
The KeyEventArgs instance containing the event data.
Returns:Overrides:
Processes the mouse down.
C#
public override bool ProcessMouseDown(MouseEventArgs e)
The MouseEventArgs instance containing the event data.
Returns:Overrides:
Processes the navigation key.
C#
protected override bool ProcessNavigationKey(KeyEventArgs e)
The KeyEventArgs instance containing the event data.
Returns:Overrides: