Class AutoCompleteBoxInputHandler
Represents a RadAutoCompleteBoxElement keyboard and mouse input handler
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class AutoCompleteBoxInputHandler : TextBoxInputHandler, ITextBoxInputHandler, IDisposable
Constructors
AutoCompleteBoxInputHandler(RadAutoCompleteBoxElement)
Initializes a new instance of the AutoCompleteBoxInputHandler class.
Declaration
public AutoCompleteBoxInputHandler(RadAutoCompleteBoxElement textBoxElement)
Parameters
RadAutoCompleteBoxElement
textBoxElement
The text box element. |
Methods
GetTextBlockAtPoint(Point)
Gets the text block at point.
Declaration
protected ITextBlock GetTextBlockAtPoint(Point location)
Parameters
System.Drawing.Point
location
The location. |
Returns
ITextBlock
|
ProcessEnterKey(KeyEventArgs)
Declaration
protected override bool ProcessEnterKey(KeyEventArgs e)
Parameters
System.Windows.Forms.KeyEventArgs
e
|
Returns
System.Boolean
|
Overrides
ProcessListNavigation(KeyEventArgs)
ProcessMouseDown(MouseEventArgs)
Declaration
public override bool ProcessMouseDown(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
|
Returns
System.Boolean
|
Overrides
ProcessNavigationKey(KeyEventArgs)
SetCurrentCursor(Point)
Declaration
protected override bool SetCurrentCursor(Point location)
Parameters
System.Drawing.Point
location
|
Returns
System.Boolean
|