alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class MaskedUsageMode

    The clipping mode to be used by the control when returning the text content of the control.

    Inheritance
    System.Object
    MaskedUsageMode
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public sealed class MaskedUsageMode : Enum

    Fields

    Normal

    Treat as a normal masked edit that does not have any special constraints with respect to the content.

    Declaration
    public const MaskedUsageMode Normal
    Field Value
    Type
    MaskedUsageMode

    Numeric

    Treat the contents of the MaskedEditBox as numeric.

    Declaration
    public const MaskedUsageMode Numeric
    Field Value
    Type
    MaskedUsageMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved