SECEditController::SetSelection
Sets the selection
Defined in: SECEditController.cpp
Syntax
void SECEditController::SetSelection(const SECEditLineColPair& lcpSel, SECEditSelectionType seltype = secST_StreamSelect)void SECEditController::SetSelection(int nStartLine, int nStartCol, int nEndLine, int nEndCol, SECEditSelectionType seltype = secST_StreamSelect)
Return Value
void
Parameters
lcpSel
The coordinates of the selection
nStartLine
The starting line for the selection
nStartCol
The starting column for the selection
nEndLine
The ending line for the selection
nEndCol
The ending column for the selection
seltype
The type of selection to set secST_StreamSelect */)