Class TextViewAutocomplete
Renders an overlay on another view at a given point that allows selecting from a range of 'autocomplete' options. An implementation on a TextView.
public class TextViewAutocomplete : PopupAutocomplete, IAutocomplete
- Inheritance
-
TextViewAutocomplete
- Implements
- Inherited Members
Methods
- DeleteTextBackwards()
Deletes the text backwards before insert the selected text in the HostControl.
- InsertText(string)
Insert the selected text in the HostControl.
- SetCursorPosition(int)
Set the cursor position in the HostControl.