Class NetMaskedTextProvider
Inheritance
System.Object
NetMaskedTextProvider
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Terminal.Gui.dll
Syntax
public class NetMaskedTextProvider : ITextValidateProvider
Constructors
|
Improve this Doc
View Source
NetMaskedTextProvider(String)
Empty Constructor
Declaration
public NetMaskedTextProvider(string mask)
Parameters
Type |
Name |
Description |
System.String |
mask |
|
Properties
|
Improve this Doc
View Source
DisplayText
Declaration
public ustring DisplayText { get; }
Property Value
Type |
Description |
NStack.ustring |
|
|
Improve this Doc
View Source
Fixed
Declaration
public bool Fixed { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsValid
Declaration
public bool IsValid { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Mask
Mask property
Declaration
public ustring Mask { get; set; }
Property Value
Type |
Description |
NStack.ustring |
|
|
Improve this Doc
View Source
Text
Declaration
public ustring Text { get; set; }
Property Value
Type |
Description |
NStack.ustring |
|
Methods
|
Improve this Doc
View Source
Cursor(Int32)
Declaration
public int Cursor(int pos)
Parameters
Type |
Name |
Description |
System.Int32 |
pos |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CursorEnd()
Declaration
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CursorLeft(Int32)
Declaration
public int CursorLeft(int pos)
Parameters
Type |
Name |
Description |
System.Int32 |
pos |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CursorRight(Int32)
Declaration
public int CursorRight(int pos)
Parameters
Type |
Name |
Description |
System.Int32 |
pos |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CursorStart()
Declaration
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Delete(Int32)
Declaration
public bool Delete(int pos)
Parameters
Type |
Name |
Description |
System.Int32 |
pos |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
InsertAt(Char, Int32)
Declaration
public bool InsertAt(char ch, int pos)
Parameters
Type |
Name |
Description |
System.Char |
ch |
|
System.Int32 |
pos |
|
Returns
Type |
Description |
System.Boolean |
|
Implements