alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved