BCGSuite for MFC
void CBCGPEditCtrl::UpdateAutoOutlining ( int  nStartOffset = -1,
int  nEndOffset = -1 
)

Updates the outlining information for the specified range.

Call this function to update the outlining information for the specified range.

Parameters
nStartOffsetSpecifies the zero-based offset in internal buffer of the edit control. This offset points to the start of the update range.
nEndOffsetSpecifies the zero-based offset in internal buffer of the edit control. This offset points to the end of the update range.