BCGSuite for MFC
virtual void CBCGPLineColorMarker::UpdateMarkerForDeletedRange ( int  nStartPos,
int  nEndPos 
)
inlinevirtual

Allows custom processing for markers set at more that one line.

If a marker is set at more than one line you may want to override this function to properly update the line count in case the marker is being deleted partially.

The default implementation updates the line count (m_nLineCount) and the marker base line (m_nLine) according to the number of lines being deleted and how the base line is located relatively to the deleted range.

Parameters
nStartPosStart row in range.
nEndPosEnd row in range.

Reimplemented from CBCGPEditMarker.