Skybound AutoComplete

AutoComplete.IncludeRecent Property

Gets or sets a value that specifies whether recently used files and URLs in the user's web history are suggested.

[Visual Basic]
Public Property IncludeRecent As AutoCompleteRecent
[C#]
public AutoCompleteRecent IncludeRecent {get; set;}

Property Value

One of the values that specifies whether recently used files and URLs in the user's web history are suggested.

Remarks

Web URLs are suggested based on the Internet Explorer history. Programs are suggested from a list of all programs that have been recently run (stored in the registry).

See Also

AutoComplete Class | Skybound.AutoComplete Namespace