Skybound AutoComplete

AutoCompleteStyle Enumeration

Specifies whether to use inline or drop-down autocompletion.

[Visual Basic]
Public Enum AutoCompleteStyle
[C#]
public enum AutoCompleteStyle

Members

Member Name Description
SystemDefault Uses the style specified by the Advanced tab in the Internet Explorer settings dialog.
DropDown Displays a drop-down suggestion window.
Inline Displays the suggested text directly within the textbox (no drop-down suggestion window is displayed).

Requirements

Namespace: Skybound.AutoComplete

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

See Also

Skybound.AutoComplete Namespace