TextFindMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies text find / replace flags shared by both the buffer and view.
public enum class TextFindMode
public enum class TextFindMode
enum TextFindMode
public enum TextFindMode
type TextFindMode =
Public Enum TextFindMode
- Inheritance
-
TextFindMode
Fields
Name | Value | Description |
---|---|---|
TFIND_BACKWARDS | 1 | Search backwards. |
TFIND_MATCH_CASE | 2 | Match text case. |
TFIND_WHOLE_WORD | 4 | Search only for the whole word. |
TFIND_REG_EXPR | 8 | Search involves a regular expression. |
TFIND_WRAP_SEARCH | 16 | Search even if target text wraps. |
TFIND_IN_SELECTION | 32 | Search within the current selection. |
TFIND_NEW_SEARCH | 64 | Start a new search. |
Remarks
COM Signature
From textmgr.idl: