| void CBCGPEditCtrl::SelectLineRange | ( | int | nFromLine, | 
| int | nToLine, | ||
| BOOL | bNoScroll = FALSE, | ||
| BOOL | bRedraw = TRUE, | ||
| BOOL | bCaretToEnd = FALSE | ||
| ) | 
Selects several lines.
Use this function to select a couple of lines. The previous selection is removed.
| nFromLine | First line to select. | 
| nToLine | Last line to select. | 
| bNoScroll | If TRUE, the line will be selected, but without text scrolling to the new caret position. | 
| bRedraw | Specifies whether the edit control should be redrawn. | 
| bCaretToEnd | Specifies whether the caret should be moved to the end of the selected range. |