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.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |