alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class EditControl.RegexCaseInsenstiveArgs

    Represents a class that describes string that will ignore the case insensitive when user uses the FindRegex method programmatically.

    Inheritance
    System.Object
    EditControl.RegexCaseInsenstiveArgs
    Namespace: Syncfusion.Windows.Forms.Edit
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public class RegexCaseInsenstiveArgs : EventArgs

    Constructors

    RegexCaseInsenstiveArgs()

    Initializes a new instance of the EditControl.RegexCaseInsenstiveArgs Class.

    Declaration
    public RegexCaseInsenstiveArgs()

    Properties

    IsCaseInsensitiveOn

    Gets or sets a value indicating whether the case insensitive is on in EditControl.

    Declaration
    public bool IsCaseInsensitiveOn { get; set; }
    Property Value
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved