|
virtual |
Finds and selects a text in the edit control.
Use this function to find and select a text in the edit control.
| lpszFind | Specifies the text to find. |
| bNext | Specifies forward (TRUE) or backward (FALSE) search. |
| bCase | If TRUE, the search is case-sensitive. |
| bWholeWord | If TRUE, the function looks for the exact word. |