Skybound AutoComplete

AutoCompleteManager.Style Property

Gets or sets a value that determines whether a drop-down suggestion list is displayed for auto-complete.

[Visual Basic]
Public Property Style As AutoCompleteStyle
[C#]
public AutoCompleteStyle Style {get; set;}

Property Value

One of the AutoCompleteStyle values that determines whether a drop-down suggestion list is displayed for autocompletion. The default value is SystemDefault.

Remarks

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.

See Also

AutoCompleteManager Class | Skybound.AutoComplete Namespace