Class SearchAttributes
Defines the constants that specifies the different additional features for searching text in EditControl.
Inheritance
System.Object
SearchAttributes
Namespace: Syncfusion.Windows.Forms.Edit.Enums
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public sealed class SearchAttributes : Enum
Fields
MatchCase
Specifies the matches case found in searching.
Declaration
public const SearchAttributes MatchCase
Field Value
| Type |
|---|
| SearchAttributes |
MatchWholeWord
Specifies finding only whole word.
Declaration
public const SearchAttributes MatchWholeWord
Field Value
| Type |
|---|
| SearchAttributes |
SearchHidden
Specifies searching the hidden text.
Declaration
public const SearchAttributes SearchHidden
Field Value
| Type |
|---|
| SearchAttributes |
SearchUp
Specifies searching the text in up direction.
Declaration
public const SearchAttributes SearchUp
Field Value
| Type |
|---|
| SearchAttributes |
Unknown
Specifies the unknown feature.
Declaration
public const SearchAttributes Unknown
Field Value
| Type |
|---|
| SearchAttributes |
UseRegexp
Specifies using regular expressions for searching the text.
Declaration
public const SearchAttributes UseRegexp
Field Value
| Type |
|---|
| SearchAttributes |