SECEditController::OnCaretLineChanged

BOOL SECEditController::OnCaretLineChanged(int nPreviousLine, BOOL bLineChanged)

Called when the caret changes lines.

Defined in: SECEditController.cpp

Return Value

Returns non-zero by default.

Parameters

nPreviousLine

The line index the caret was previously located.

bLineChanged

If non-zero, indicates that the line left was modified.

Developer Notes

Override this function to return non-zero to have the line marked as clean, or 0 to keep the line marked as modified. You should scan all the lines for the item data flag ID_SECEDIT_ITEMDATA_LINE_MODIFIED.

See Also

SECEditController CaretUp CaretDown CaretPageUp CaretPageDown CaretDocHome CaretDocEnd