Enum MaskInputMode
Specifies different modes of input for the MaskedEditBox control.
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public enum MaskInputMode
Fields
| Name | Description |
|---|---|
| Normal | Operates in Insert mode and when the INSERT key is pressed, changes to Overtype mode. |
| OvertypeOnly | In this input mode, all input is entered in Overtype mode. The INSERT key will not have any effect in this mode. |