Interface ITextValidateProvider | Terminal.Gui v1 (original) (raw)
Namespace
Terminal.Gui.TextValidateProviders
Assembly
Terminal.Gui.dll
TextValidateField Providers Interface. All TextValidateField are created with a ITextValidateProvider.
public interface ITextValidateProvider
Properties
Gets the formatted string for display.
Set that this provider uses a fixed width. e.g. Masked ones are fixed.
True if the input is valid, otherwise false.
Set the input text and get the current value.
Methods
Set Cursor position to pos
.
Find the last valid character position.
First valid position before pos
.
First valid position after pos
.
Find the first valid character position.
Deletes the current character in pos
.
Insert character ch
in position pos
.