Class ComboBoxAdvanced
Inherited Members
Namespace: Reportman.Drawing.Forms
Assembly: Reportman.Drawing.Forms.dll
Syntax
public class ComboBoxAdvanced : ComboBox, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
Constructors
ComboBoxAdvanced()
Declaration
public ComboBoxAdvanced()
Fields
AutoCompleteList
Declaration
public List<KeyValuePair<string, string>> AutoCompleteList
Field Value
| Type | Description |
|---|---|
| List<KeyValuePair<string, string>> |
BeforeEnterTab
Declaration
public BeforeEnterTabEvent BeforeEnterTab
Field Value
| Type | Description |
|---|---|
| BeforeEnterTabEvent |
Properties
EnterAsTab
Declaration
public bool EnterAsTab { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
ImageList
Declaration
public ImageList ImageList { get; set; }
Property Value
| Type | Description |
|---|---|
| ImageList |
Methods
OnDrawItem(DrawItemEventArgs)
Declaration
protected override void OnDrawItem(DrawItemEventArgs ea)
Parameters
| Type | Name | Description |
|---|---|---|
| DrawItemEventArgs | ea |
Overrides
OnKeyDown(KeyEventArgs)
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| KeyEventArgs | e |
Overrides
ProcessCmdKey(ref Message, Keys)
Declaration
protected override bool ProcessCmdKey(ref Message msg, Keys keyData)
Parameters
| Type | Name | Description |
|---|---|---|
| Message | msg | |
| Keys | keyData |
Returns
| Type | Description |
|---|---|
| bool |