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 |