Class AutoCompleteBoxInputHandler
Represents a Rad
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 Auto
Declaration
public AutoCompleteBoxInputHandler(RadAutoCompleteBoxElement textBoxElement)
Parameters
Rad The text box element. |
Methods
GetTextBlockAtPoint(Point)
Gets the text block at point.
Declaration
protected ITextBlock GetTextBlockAtPoint(Point location)
Parameters
System. The location. |
Returns
ProcessEnterKey(KeyEventArgs)
Declaration
protected override bool ProcessEnterKey(KeyEventArgs e)
Parameters
System.
|
Returns
System.
|
Overrides
ProcessListNavigation(KeyEventArgs)
ProcessMouseDown(MouseEventArgs)
Declaration
public override bool ProcessMouseDown(MouseEventArgs e)
Parameters
System.
|
Returns
System.
|
Overrides
ProcessNavigationKey(KeyEventArgs)
SetCurrentCursor(Point)
Declaration
protected override bool SetCurrentCursor(Point location)
Parameters
System.
|
Returns
System.
|