Skybound AutoComplete

AutoCompleteManager Class

Provides methods for assigning and retrieving the AutoComplete instance associated with each control.

For a list of all members of this type, see AutoCompleteManager Members.

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         Skybound.AutoComplete.AutoCompleteManager

[Visual Basic]
Public Class AutoCompleteManager
    Inherits Component
    Implements IExtenderProvider
[C#]
public class AutoCompleteManager : Component, IExtenderProvider

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The AutoCompleteManager class associates a single AutoComplete instance with each TextBox or ComboBox control. It also provides design-time support for autocompletion by extending the other TextBox and ComboBox controls on the design surface with an AutoComplete property.

The Style property determines whether a drop-down suggestion list is displayed for autocompletion. Setting this property to Inline causes suggestions to be made directly inside the text box or combo box instead of by displaying the suggestion window.

AutoCompleteManager also provides a Delete event that is raised when the delete key is pressed while an item is selected in a drop-down suggestion window. It is up to you to actually delete the item (refer to the Delete event topic for more information).

Requirements

Namespace: Skybound.AutoComplete

Assembly: Skybound.AutoComplete (in Skybound.AutoComplete.dll)

See Also

AutoCompleteManager Members | Skybound.AutoComplete Namespace