WinForms

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

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved