| int CBCGPEditCtrl::MarkAll | ( | const CString & | strFind, |
| BOOL | bWholeWord, | ||
| BOOL | bCase | ||
| ) |
Mark all lines which contain a specified text.
| strFind | The text. |
| bWholeWord | Specifies whether the line should contain a whole word. |
| bCase | Specifies whether text comparing should be case-sensitive. |