Graphisoft®

Dialog ManagerVersion: 2.0

RichEdit::SearchDir Enum

The search direction in the text.

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.