SECEditSelection::InitSel
Initializes the selection. The starting and ending positions are set to the same position , and the selection type is set.
Defined in: SECEditSelection.cpp
Syntax
void InitSel(SECEditLineCol lc, SECEditSelectionType type = secST_StreamSelect);void InitSel(int nLine, int nCol, SECEditSelectionType type = secST_StreamSelect);
Return Value
void
Parameters
lc
The position to initialize with.
nLine
The line index to initialize with.
nCol
The column index to initialize with.
type
The selection type.
See Also