﻿<html dir="LTR"><head><META http-equiv="Content-Type" content="text/html; charset=utf-8"><meta http-equiv="Content-Type" content="text/html; charset=Windows-1252"><meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5"><title>Release History</title><xml></xml><link rel="stylesheet" type="text/css" href="MSDN.css"></head><body id="bodyID" class="dtBODY"><div id="nsbanner"><div id="bannerrow1"><table class="bannerparthead" cellspacing="0"><tr id="hdr"><td class="runninghead">Skybound AutoComplete</td><td class="product"></td></tr></table></div><div id="TitleRow"><h1 class="dtH1">Release History</h1></div></div><div id="nstext"><h4 class="dtH4">Version 1.2 R2</h4><p>Release date: November 29, 2006</p><p><i>Removed the licensing code.  AutoComplete is now licensed under our Free Binary License.</i></p><h4 class="dtH4">Version 1.2 R1</h4><p>Release date: June 30, 2006</p><ul class="topic" type="disc"><li>ADDED: Improved design-time support for enum types (a description appears below each enum value in the drop-down list).</li><li>FIXED: Pressing the enter key in an AutoComplete-enabled field no longer causes the existing text to be erased.</li></ul><h4 class="dtH4">Version 1.2</h4><p>Release date: July 11, 2005</p><ul class="topic" type="disc"><li>ADDED: Support for displaying icons beside suggested items using an <b>ImageList</b>.</li><li>ADDED: Support for displaying system icons beside suggested files.</li><li>ADDED: Support for owner-drawing list items.</li><li>ADDED: New sample application which demonstrates various owner-draw capabilities.</li><li>UPDATED: Minor performance optimizations.</li><li>FIXED: If the drop-down suggestion window appears while typing into a ComboBox, the ComboBox's drop-down list is automatically
						closed so that both are not on the screen at the same time.</li></ul><h4 class="dtH4">NEW CLASSES</h4><div class="tablediv"><table class="dtTABLE" cellspacing="0"><tr valign="top"><th width="50%">Name</th><th width="50%">Description</th></tr><tr valign="top"><td><a href="Skybound.AutoComplete.AutoCompleteDrawMode.html">AutoCompleteDrawMode</a></td><td>Gets or sets whether your code or the operating system will draw items in the drop-down suggestion window.</td></tr><tr valign="top"><td><a href="Skybound.AutoComplete.DrawItemEventArgs.html">DrawItemEventArgs</a></td><td>Provides data for the <a href="Skybound.AutoComplete.DrawItemEventHandler.html">DrawItemEventHandler</a> event and
							a set of methods for drawing images, text and background fills.</td></tr><tr valign="top"><td><a href="Skybound.AutoComplete.DrawItemEventHandler.html">DrawItemEventHandler</a></td><td>Represents the method that will handle the <a href="Skybound.AutoComplete.AutoCompleteManager.DrawItem.html">DrawItem</a>
							event of a <a href="Skybound.AutoComplete.AutoCompleteManager.html">AutoCompleteManager</a>.</td></tr><tr valign="top"><td><a href="Skybound.AutoComplete.MeasureItemEventArgs.html">MeasureItemEventArgs</a></td><td>Provides data for the <a href="Skybound.AutoComplete.MeasureItemEventHandler.html">MeasureItemEventHandler</a> event and
							properties that enable you to specify the width and height of an item in the list.</td></tr><tr valign="top"><td><a href="Skybound.AutoComplete.MeasureItemEventHandler.html">MeasureItemEventHandler</a></td><td>Represents the method that will handle the <a href="Skybound.AutoComplete.AutoCompleteManager.MeasureItem.html">MeasureItem</a>
							event of a <a href="Skybound.AutoComplete.AutoCompleteManager.html">AutoCompleteManager</a>.</td></tr><tr valign="top"><td><a href="Skybound.AutoComplete.QueryImageEventArgs.html">QueryImageEventArgs</a></td><td>Provides data for the <a href="Skybound.AutoComplete.QueryImageEventHandler.html">QueryImageEventHandler</a> event and
							a property that enables you to specify which icon is displayed beside an item in the list.</td></tr><tr valign="top"><td><a href="Skybound.AutoComplete.QueryImageEventHandler.html">QueryImageEventHandler</a></td><td>Represents the method that will handle the <a href="Skybound.AutoComplete.AutoCompleteManager.QueryImage.html">QueryImage</a>
							event of a <a href="Skybound.AutoComplete.AutoCompleteManager.html">AutoCompleteManager</a>.</td></tr></table></div><h4 class="dtH4">NEW PROPERTIES</h4><div class="tablediv"><table class="dtTABLE" cellspacing="0"><tr valign="top"><th width="50%">Name</th><th width="50%">Description</th></tr><tr valign="top"><td><a href="Skybound.AutoComplete.AutoComplete.DoubleBuffer.html">AutoComplete.DoubleBuffer</a></td><td>Gets or sets whether owner drawing is performed on an offscreen buffer to reduce flicker.</td></tr><tr valign="top"><td><a href="Skybound.AutoComplete.AutoComplete.DrawMode.html">AutoComplete.DrawMode</a></td><td>Gets or sets whether your code or the operating system will draw items in the drop-down suggestion window.</td></tr><tr valign="top"><td><a href="Skybound.AutoComplete.AutoComplete.ImageList.html">AutoComplete.ImageList</a></td><td>Gets or sets the ImageList which provides the icons displayed in the drop-down suggestion window.</td></tr><tr valign="top"><td><a href="Skybound.AutoComplete.AutoCompleteEventArgs.ItemIndex.html">AutoCompleteEventArgs.ItemIndex</a></td><td>Gets the 0-based index of the item for which the event was raised.</td></tr><tr valign="top"><td><a href="Skybound.AutoComplete.AutoCompleteEventArgs.ItemValue.html">AutoCompleteEventArgs.ItemValue</a></td><td>Gets the actual item.</td></tr><tr valign="top"><td><a href="Skybound.AutoComplete.AutoCompleteEventArgs.VisibleIndex.html">AutoCompleteEventArgs.VisibleIndex</a></td><td>Gets the 0-based index of the visible item for which the event was raised.</td></tr></table></div><h4 class="dtH4">NEW METHODS</h4><div class="tablediv"><table class="dtTABLE" cellspacing="0"><tr valign="top"><th width="50%">Name</th><th width="50%">Description</th></tr><tr valign="top"><td><a href="Skybound.AutoComplete.AutoCompleteEventArgs.GetFullPath.html">AutoCompleteEventArgs.GetFullPath</a></td><td>Returns the full path to the item if it represents an existing file or directory in the filesystem.</td></tr></table></div><h4 class="dtH4">NEW EVENTS</h4><div class="tablediv"><table class="dtTABLE" cellspacing="0"><tr valign="top"><th width="50%">Name</th><th width="50%">Description</th></tr><tr valign="top"><td><a href="Skybound.AutoComplete.AutoCompleteManager.DrawItem.html">AutoCompleteManager.DrawItem</a></td><td>Occurs when an item is drawn in a drop-down suggestion window.</td></tr><tr valign="top"><td><a href="Skybound.AutoComplete.AutoCompleteManager.MeasureItem.html">AutoCompleteManager.MeasureItem</a></td><td>Occurs when DrawMode is OwnerDraw, and an item needs to be painted in the drop-down suggestion window.</td></tr><tr valign="top"><td><a href="Skybound.AutoComplete.AutoCompleteManager.QueryImage.html">AutoCompleteManager.QueryImage</a></td><td>Occurs when an image needs to be chosen from an ImageList to be displayed beside an item in the drop-down suggestion window.</td></tr></table></div><h4 class="dtH4">Version 1.1.1</h4><p>Release date: May 18, 2005</p><ul class="topic" type="disc"><li>FIXED: The TextChanged event is properly fired for ComboBox controls.</li><li>FIXED: Fixed the DataSource property to support TextBox and ComboBox controls created at runtime, or created in a UserControl.</li><li>FIXED: Prevented an exception from being thrown at application exit, when an AutoComplete instance was not properly disposed.</li><li>FIXED: Optimized memory usage.</li><li>FIXED: The AutoComplete style (drop-down or inline) is now updated immediately when changed at runtime.</li></ul><h4 class="dtH4">Version 1.1</h4><p>Release date: May 4, 2005</p><ul class="topic" type="disc"><li>CHANGED: Eliminated product activation and greatly simplified the registration process.</li><li>CHANGED: Refactored to a single-assembly design to eliminate problems with multi-project solutions in Visual Studio.</li></ul><h4 class="dtH4">Version 1.0</h4><p>Release date: February 18, 2005</p><p><i>Initial public release.</i></p><p></p><hr><div id="footer"><a target="_top" href="http://www.skybound.ca/contact.aspx?Product=AutoComplete">Any questions?<p>© 2005 Skybound.  All Rights Reserved.</a><p></div></div></body></html>
