| 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.
| nStartOffset | Specifies the zero-based offset in internal buffer of the edit control. This offset points to the start of the update range. | 
| nEndOffset | Specifies the zero-based offset in internal buffer of the edit control. This offset points to the end of the update range. |