Definition
Namespace:Telerik.WinControls.UI.BreadCrumb
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class BreadCrumbAutoCompleteDropDownPopupForm : DropDownPopupForm, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IAnalyticsProvider, IPopupControl, ISupportRootUIAutomation
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlRadControlRadPopupControlBaseRadSizablePopupControlRadEditorPopupControlBaseDropDownPopupFormBreadCrumbAutoCompleteDropDownPopupForm...
Implements:
Inherited Members
Constructors
C#
public BreadCrumbAutoCompleteDropDownPopupForm(BreadCrumbAutoCompleteSuggestDropDownListElement owner)
Methods
Handles specific key down events including navigation keys (Up, Down, PageUp, PageDown, Home, End), Tab, Enter, and Backspace.
Handles mouse click events and determines whether the popup should be closed based on kinetic scrolling state and click conditions.
C#
protected override void HandleMouseClick(MouseEventArgs e)
The MouseEventArgs containing event data.
Overrides: