BCGControlBar Pro for MFC
virtual BOOL CBCGPEditCtrl::OnUpdateMarkerLine ( int  nNewLine)
inlinevirtual

Called by the edit control when a marker's line is about to be updated.

Returns
Should return FALSE if the marker's line can't be updated; otherwise TRUE.

OnUpdateMarkerLine is called by the edit control when a marker's line is about to be updated. It may happen as a result of delete operation, when one or more lines before this marker has been deleted.

You should override this function in a derived class if you want to support "static" markers. "Static" markers won't be moved and will be always displayed at the initial line.

Parameters
nNewLineSpecifies the new row number.