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