Class ComboListMatcher
Implements
Inherited Members
Namespace: Reportman.Drawing.Forms
Assembly: Reportman.Drawing.Forms.dll
Syntax
public class ComboListMatcher : TextBox, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IMessageFilter
Constructors
ComboListMatcher()
Declaration
public ComboListMatcher()
Fields
AutoCompleteList
Declaration
public List<KeyValuePair<string, string>> AutoCompleteList
Field Value
| Type | Description |
|---|---|
| List<KeyValuePair<string, string>> |
AutoCompleteMaxVisibleLines
Declaration
public int AutoCompleteMaxVisibleLines
Field Value
| Type | Description |
|---|---|
| int |
AutoCompleteWidth
Declaration
public int AutoCompleteWidth
Field Value
| Type | Description |
|---|---|
| int |
Methods
~ComboListMatcher()
Declaration
protected ~ComboListMatcher()
PreFilterMessage(ref Message)
Declaration
public bool PreFilterMessage(ref Message m)
Parameters
| Type | Name | Description |
|---|---|---|
| Message | m |
Returns
| Type | Description |
|---|---|
| bool |