SECEditFindReplaceDlg::SearchDown

BOOL SECEditFindReplaceDlg::SearchDown(void)

Queries the direction to search. The search direction is influenced by whether the "search down" radio button is selected, but the direction is overridden to search down if the dialog is being used for search and replace.

Defined in: SECEditFindReplaceDlg.cpp

Return Value

Nonzero if the search direction is down the document starting from the current position; otherwise, 0 indicates the search direction is up the document starting from the current position.

See Also

SECEditFindReplaceDlg