Skybound AutoComplete

AutoComplete Members

AutoComplete overview

Public Static (Shared) Methods

IsSupported Returns whether autocompletion is supported on a specified operating system.

Public Instance Constructors

AutoComplete Constructor Initializes a new instance of AutoComplete.

Public Instance Properties

AllowDelete Gets or sets whether pressing the delete key raises the Delete event when an item is selected in the drop-down suggestion list.
Control Gets the Control for which this instance enables autocompletion.
CurrentDirectory Gets or sets the directory used as the current directory for autocompletion when ShowCurrentDirectory is true.
DataSource Gets or sets the data source for this AutoComplete.
DisplayMember Gets or sets a string that specifies the property of the data source whose contents you want to display.
DoubleBuffer Gets or sets whether drawing is performed on an offscreen buffer to reduce flicker.
DrawMode Gets or sets whether your code or the operating system will draw items in the drop-down suggestion window.
DropDownVisible Gets a value that indicates whether the drop-down suggestion window is currently visible.
ImageList Gets or sets the ImageList which contains the images displayed in the drop-down suggestion window.
IncludeComboBoxItems Gets or sets whether items in the ComboBox are suggested by autocompletion (does not apply to TextBox controls).
IncludeFiles Gets or sets a value that specifies which items from the file system are suggested.
IncludeRecent Gets or sets a value that specifies whether recently used files and URLs in the user's web history are suggested.
Items Gets a collection of the items suggested by the drop-down autocompletion window.
QuickCompleteFormat Gets or sets the string used to format the text when CTRL+Enter is pressed.
SelectedIndex Gets the index of the visible item that is selected in the drop-down suggestion window, or -1 if no item is selected.
SelectedText Gets the text selected in the drop-down suggestion window, or a null reference (Nothing in Visual Basic) if no item is selected.
ShowCurrentDirectory Gets or sets whether files from the current working directory are suggested.
ShowSearch Gets or sets whether a 'Search for' item is appended to the bottom of the list.
UpDownOpen Gets or sets whether the drop-down suggestion window automatically opens when either the 'up' or 'down' key is pressed.
VisibleItems Gets a collection of items that are currently displayed in the drop-down suggestion window.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
FindStringOverloaded. Finds the first item in the list that matches the specified string.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
Refresh Reloads all auto-complete items.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize This member overrides Object.Finalize.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

AutoComplete Class | Skybound.AutoComplete Namespace