WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class EditControl.RegexCaseInsenstiveArgs - WindowsForms API Reference | Syncfusion

    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
    System.EventArgs
    EditControl.RegexCaseInsenstiveArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved