New to Telerik UI for WinFormsStart a free 30-day trial

Represents a RadAutoCompleteBoxElement keyboard and mouse input handler

Definition

Constructors

Initializes a new instance of the AutoCompleteBoxInputHandler class.

C#
public AutoCompleteBoxInputHandler(RadAutoCompleteBoxElement textBoxElement)
Parameters:textBoxElementRadAutoCompleteBoxElement

The text box element.

Methods

Gets the text block at point.

C#
protected ITextBlock GetTextBlockAtPoint(Point location)
Parameters:locationPoint

The location.

Returns:

ITextBlock

Processes the enter key.

C#
protected override bool ProcessEnterKey(KeyEventArgs e)
Parameters:eKeyEventArgs

The KeyEventArgs instance containing the event data.

Returns:

bool

Overrides: TextBoxInputHandler.ProcessEnterKey(KeyEventArgs)

Processes the list navigation.

C#
protected override bool ProcessListNavigation(KeyEventArgs e)
Parameters:eKeyEventArgs

The KeyEventArgs instance containing the event data.

Returns:

bool

Overrides: TextBoxInputHandler.ProcessListNavigation(KeyEventArgs)

Processes the mouse down.

C#
public override bool ProcessMouseDown(MouseEventArgs e)
Parameters:eMouseEventArgs

The MouseEventArgs instance containing the event data.

Returns:

bool

Overrides: TextBoxInputHandler.ProcessMouseDown(MouseEventArgs)

Processes the navigation key.

C#
protected override bool ProcessNavigationKey(KeyEventArgs e)
Parameters:eKeyEventArgs

The KeyEventArgs instance containing the event data.

Returns:

bool

Overrides: TextBoxInputHandler.ProcessNavigationKey(KeyEventArgs)

Sets the current cursor position

C#
protected override bool SetCurrentCursor(Point location)
Parameters:locationPoint

The location.

Returns:

bool

Overrides: TextBoxInputHandler.SetCurrentCursor(Point)