Class MaskInputMode
Specifies different modes of input for the MaskedEditBox control.
Inheritance
System.Object
MaskInputMode
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public sealed class MaskInputMode : Enum
Fields
Normal
Operates in Insert mode and when the INSERT key is pressed, changes to Overtype mode.
Declaration
public const MaskInputMode Normal
Field Value
| Type |
|---|
| MaskInputMode |
OvertypeOnly
In this input mode, all input is entered in Overtype mode. The INSERT key will not have any effect in this mode.
Declaration
public const MaskInputMode OvertypeOnly
Field Value
| Type |
|---|
| MaskInputMode |