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
Initializes a new instance of the RadTextBoxAutoCompleteDropDown class.
public RadTextBoxAutoCompleteDropDown(RadTextBoxControlElement owner)
The owner.
Properties
Gets the associated list element.
protected RadTextBoxListElement ListElement { get; }
Gets the associated text box.
protected RadTextBoxControlElement TextBox { get; }
Methods
This method determines whether the IPopupControl can be closed. Used in the PopupManager class to prevent the IPopupControl from closing in specific occasions.
public override bool CanClosePopup(RadPopupCloseReason reason)
The reason why the IPopupControl is closed.
Returns:True if the IPopupControl can be closed, otherwise false.
Overrides:
Executes when a key is pressed.
public override bool OnKeyDown(Keys keyData)
An instance of the Keys struct which contains the key information.
Returns:A boolean value that determines whether the IPopupControl processes the message.
Overrides:
Determines whether the MouseWheel event is handled by the popup.
Called when popup is closed.
protected override void OnPopupClosed(PopupCloseInfo info)
The info.
Overrides:
Fires when the popup is closed.
protected override void OnPopupClosed(RadPopupClosedEventArgs args)
A RadPopupClosedEventArgs instance that contains information about what caused the popup to close.
Overrides:
Processes a focus request from the specified element.
protected override bool ProcessFocusRequested(RadElement element)
The element that requested the focus.
Returns:True if focus is approved, false otherwise.
Overrides: