Class ListBoxNonSelectable
A double-buffered ListBox that does not activate or take focus when shown or clicked, used as the floating suggestion list for the advanced auto-complete controls.
Inherited Members
Namespace: Reportman.Drawing.Forms
Assembly: Reportman.Drawing.Forms.dll
Syntax
public class ListBoxNonSelectable : ListBox, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
Constructors
View SourceListBoxNonSelectable()
Declaration
public ListBoxNonSelectable()
Properties
View SourceCreateParams
Declaration
protected override CreateParams CreateParams { get; }
Property Value
| Type | Description |
|---|---|
| CreateParams |
Overrides
Methods
View SourceOnMouseDown(MouseEventArgs)
Declaration
protected override void OnMouseDown(MouseEventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| MouseEventArgs | e |
Overrides
View SourceOnMouseMove(MouseEventArgs)
Declaration
protected override void OnMouseMove(MouseEventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| MouseEventArgs | e |
Overrides
View SourceOnPaintBackground(PaintEventArgs)
Declaration
protected override void OnPaintBackground(PaintEventArgs pevent)
Parameters
| Type | Name | Description |
|---|---|---|
| PaintEventArgs | pevent |