SECEditController::InsertColumnText
BOOLSECEditController::InsertColumnText(SECEditLineCollcInsert, LPCTSTRlpszText)
Inserts text as a column of text. If virtual space is enabled, the text is inserted exactly as a column; else, the insert is done at the end of the line if the column extends beyond the end of the line.
Defined in: SECEditController.cpp
Return Value
The default implementation returns non-zero.
Parameters
lcInsert
The line and column positions to perform the insertion.
lpszText
Points to the text to insert.