The Skybound.AutoComplete namespace contains classes for creating and managing autocompletion.
| Class | Description |
|---|---|
| AutoComplete | Extends a single TextBox or ComboBox control to support autocompletion. |
| AutoComplete.ObjectCollection | Represents the collection of items in an AutoComplete. |
| AutoComplete.VisibleItemsCollection | Represents the collection of items that are visible in a drop-down suggestion window. |
| AutoCompleteEventArgs | Provides base base class for auto-complete EventArgs classes. |
| AutoCompleteManager | Provides methods for assigning and retrieving the AutoComplete instance associated with each control. |
| DeleteEventArgs | Provides data for the DeleteEventHandler method. |
| DrawItemEventArgs | Provides data for the DrawItemEventHandler event. |
| MeasureItemEventArgs | Provides data for the MeasureItemEventHandler event. |
| QueryImageEventArgs | Provides data for the QueryImageEventHandler event. |
| Delegate | Description |
|---|---|
| DeleteEventHandler | Represents the method that will handle the Delete event of an AutoCompleteManager object. |
| DrawItemEventHandler | Represents the method that will handle the DrawItem event of an AutoCompleteManager. |
| MeasureItemEventHandler | Represents the method that will handle the MeasureItem event of an AutoCompleteManager. |
| QueryImageEventHandler | Represents the method that will handle the QueryImage event of an AutoCompleteManager. |
| Enumeration | Description |
|---|---|
| AutoCompleteDrawMode | Specifies whether items in the drop-down suggestion window are drawn automatically or using your own code. |
| AutoCompleteFiles | Specifies the type of file system objects to suggest by autocompletion. |
| AutoCompleteRecent | Specifies one or more types of recent files to suggest by autocompletion. |
| AutoCompleteStyle | Specifies whether to use inline or drop-down autocompletion. |