Class ListBoxWithAdvancedScrolling
- Namespace
- Alternet.Editor.CodeCompletion
- Assembly
- Alternet.Editor.v9.dll
public class ListBoxWithAdvancedScrolling : ListBox, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
- Inheritance
-
ListBoxWithAdvancedScrolling
- Implements
- Derived
Constructors
Properties
- Count
Gets or sets the number of items in the ListBox.
- CreateParams
Gets the required creation parameters when the control handle is created.
- SelectionMode
Gets or sets the method in which items are selected in the ListBox.
Methods
- OnHandleDestroyed(EventArgs)
Overridden to be sure that items are set up and cleared out correctly. Inheriting controls should call base.OnHandleDestroyed.
- OnNotifyMessage(Message)
Notifies the control of Windows messages.
- WndProc(ref Message)
The list's window procedure.