Class FindOptions
Specifies the options for the find operation.
Inheritance
System.Object
FindOptions
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public sealed class FindOptions : Enum
Fields
CaseSensitive
Specifies the find option to match case sensitive.
Declaration
public const FindOptions CaseSensitive
Field Value
Type |
---|
FindOptions |
CaseSensitiveWholeWord
Specifies the find option to match case sensitive and whole words.
Declaration
public const FindOptions CaseSensitiveWholeWord
Field Value
Type |
---|
FindOptions |
None
Specifies default find option; Uses case-independent, arbitrary character boundaries.
Declaration
public const FindOptions None
Field Value
Type |
---|
FindOptions |
WholeWord
Specifies the find option to match whole words only.
Declaration
public const FindOptions WholeWord
Field Value
Type |
---|
FindOptions |