ClassRadTextBoxAutoCompleteDropDown
The autocomplete drop down of RadTextBoxControlElement
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class RadTextBoxAutoCompleteDropDown : RadEditorPopupControlBase, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IAnalyticsProvider, IPopupControl
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlRadControlRadPopupControlBaseRadSizablePopupControlRadEditorPopupControlBaseRadTextBoxAutoCompleteDropDown
Implements:
Inherited Members
Constructors
RadTextBoxAutoCompleteDropDown(RadTextBoxControlElement)
Initializes a new instance of the RadTextBoxAutoCompleteDropDown class.
Declaration
public RadTextBoxAutoCompleteDropDown(RadTextBoxControlElement owner)
Parameters
owner
The owner.
Properties
ListElement
Gets the associated list element.
Declaration
protected RadTextBoxListElement ListElement { get; }
Property Value
TextBox
Gets the associated text box.
Declaration
protected RadTextBoxControlElement TextBox { get; }
Property Value
Methods
CanClosePopup(RadPopupCloseReason)
This method determines whether the IPopupControl can be closed. Used in the PopupManager class to prevent the IPopupControl from closing in specific occasions.
Declaration
public override bool CanClosePopup(RadPopupCloseReason reason)
Parameters
reason
The reason why the IPopupControl is closed.
Returns
True if the IPopupControl can be closed, otherwise false.
Overrides
OnKeyDown(Keys)
Executes when a key is pressed.
OnMouseUp(MouseEventArgs)
Declaration
protected override void OnMouseUp(MouseEventArgs e)
Parameters
e
Overrides
OnMouseWheel(Control, int)
Determines whether the MouseWheel event is handled by the popup.
OnPopupClosed(PopupCloseInfo)
Called when popup is closed.
Declaration
protected override void OnPopupClosed(PopupCloseInfo info)
Parameters
info
The info.
Overrides
OnPopupClosed(RadPopupClosedEventArgs)
Fires when the popup is closed.
Declaration
protected override void OnPopupClosed(RadPopupClosedEventArgs args)
Parameters
args
A RadPopupClosedEventArgs instance that contains information about what caused the popup to close.
Overrides
ProcessFocusRequested(RadElement)
Processes a focus request from the specified element.
Declaration
protected override bool ProcessFocusRequested(RadElement element)
Parameters
element
The element that requested the focus.
Returns
True if focus is approved, false otherwise.
Overrides