RichEdit::SearchDir Enum
enum SearchDir
{
Down = DG_RFT_DOWN,
Up = DG_RFT_UP
};
Value Definitions
- Down
The search will be performed from the current position to the end of the text. - Up
The search will be performed from the current position to the beginning of the text.