Class TextFieldAutocomplete | Terminal.Gui v2 (original) (raw)
Renders an overlay on another view at a given point that allows selecting from a range of 'autocomplete' options. An implementation on a TextField.
public class TextFieldAutocomplete : PopupAutocomplete, IAutocomplete
Inheritance
TextFieldAutocomplete
Implements
Inherited Members
Methods
Deletes the text backwards before insert the selected text in the HostControl.
Insert the selected text in the HostControl.
Set the cursor position in the HostControl.