TextFindMode Enum

Definition

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

TFIND_BACKWARDS 1

Search backwards.

TFIND_IN_SELECTION 32

Search within the current selection.

TFIND_MATCH_CASE 2

Match text case.

64

Start a new search.

TFIND_REG_EXPR 8

Search involves a regular expression.

TFIND_WHOLE_WORD 4

Search only for the whole word.

16

Search even if target text wraps.

Remarks

COM Signature

From textmgr.idl:

Applies to