Release date: November 29, 2006
Removed the licensing code. AutoComplete is now licensed under our Free Binary License.
Release date: June 30, 2006
Release date: July 11, 2005
| Name | Description |
|---|---|
| AutoCompleteDrawMode | Gets or sets whether your code or the operating system will draw items in the drop-down suggestion window. |
| DrawItemEventArgs | Provides data for the DrawItemEventHandler event and a set of methods for drawing images, text and background fills. |
| DrawItemEventHandler | Represents the method that will handle the DrawItem event of a AutoCompleteManager. |
| MeasureItemEventArgs | Provides data for the MeasureItemEventHandler event and properties that enable you to specify the width and height of an item in the list. |
| MeasureItemEventHandler | Represents the method that will handle the MeasureItem event of a AutoCompleteManager. |
| QueryImageEventArgs | Provides data for the QueryImageEventHandler event and a property that enables you to specify which icon is displayed beside an item in the list. |
| QueryImageEventHandler | Represents the method that will handle the QueryImage event of a AutoCompleteManager. |
| Name | Description |
|---|---|
| AutoComplete.DoubleBuffer | Gets or sets whether owner drawing is performed on an offscreen buffer to reduce flicker. |
| AutoComplete.DrawMode | Gets or sets whether your code or the operating system will draw items in the drop-down suggestion window. |
| AutoComplete.ImageList | Gets or sets the ImageList which provides the icons displayed in the drop-down suggestion window. |
| AutoCompleteEventArgs.ItemIndex | Gets the 0-based index of the item for which the event was raised. |
| AutoCompleteEventArgs.ItemValue | Gets the actual item. |
| AutoCompleteEventArgs.VisibleIndex | Gets the 0-based index of the visible item for which the event was raised. |
| Name | Description |
|---|---|
| AutoCompleteEventArgs.GetFullPath | Returns the full path to the item if it represents an existing file or directory in the filesystem. |
| Name | Description |
|---|---|
| AutoCompleteManager.DrawItem | Occurs when an item is drawn in a drop-down suggestion window. |
| AutoCompleteManager.MeasureItem | Occurs when DrawMode is OwnerDraw, and an item needs to be painted in the drop-down suggestion window. |
| AutoCompleteManager.QueryImage | Occurs when an image needs to be chosen from an ImageList to be displayed beside an item in the drop-down suggestion window. |
Release date: May 18, 2005
Release date: May 4, 2005
Release date: February 18, 2005
Initial public release.