Skybound AutoComplete

Release History

Version 1.2 R2

Release date: November 29, 2006

Removed the licensing code. AutoComplete is now licensed under our Free Binary License.

Version 1.2 R1

Release date: June 30, 2006

Version 1.2

Release date: July 11, 2005

NEW CLASSES

NameDescription
AutoCompleteDrawModeGets or sets whether your code or the operating system will draw items in the drop-down suggestion window.
DrawItemEventArgsProvides data for the DrawItemEventHandler event and a set of methods for drawing images, text and background fills.
DrawItemEventHandlerRepresents the method that will handle the DrawItem event of a AutoCompleteManager.
MeasureItemEventArgsProvides data for the MeasureItemEventHandler event and properties that enable you to specify the width and height of an item in the list.
MeasureItemEventHandlerRepresents the method that will handle the MeasureItem event of a AutoCompleteManager.
QueryImageEventArgsProvides data for the QueryImageEventHandler event and a property that enables you to specify which icon is displayed beside an item in the list.
QueryImageEventHandlerRepresents the method that will handle the QueryImage event of a AutoCompleteManager.

NEW PROPERTIES

NameDescription
AutoComplete.DoubleBufferGets or sets whether owner drawing is performed on an offscreen buffer to reduce flicker.
AutoComplete.DrawModeGets or sets whether your code or the operating system will draw items in the drop-down suggestion window.
AutoComplete.ImageListGets or sets the ImageList which provides the icons displayed in the drop-down suggestion window.
AutoCompleteEventArgs.ItemIndexGets the 0-based index of the item for which the event was raised.
AutoCompleteEventArgs.ItemValueGets the actual item.
AutoCompleteEventArgs.VisibleIndexGets the 0-based index of the visible item for which the event was raised.

NEW METHODS

NameDescription
AutoCompleteEventArgs.GetFullPathReturns the full path to the item if it represents an existing file or directory in the filesystem.

NEW EVENTS

NameDescription
AutoCompleteManager.DrawItemOccurs when an item is drawn in a drop-down suggestion window.
AutoCompleteManager.MeasureItemOccurs when DrawMode is OwnerDraw, and an item needs to be painted in the drop-down suggestion window.
AutoCompleteManager.QueryImageOccurs when an image needs to be chosen from an ImageList to be displayed beside an item in the drop-down suggestion window.

Version 1.1.1

Release date: May 18, 2005

Version 1.1

Release date: May 4, 2005

Version 1.0

Release date: February 18, 2005

Initial public release.