BCGControlBar Pro for MFC
void CBCGPEditCtrl::EnableAutoOutlining ( BOOL  bEnable = TRUE)
inline

Enables or disables auto-outlining.

Call this function to enable and disable auto-outlining.

When auto-outlining is enabled the editor tries to automatically update the outlining information for the range where the text has changed. By default, the auto-outlining is disabled.

Parameters
bEnableSpecifies whether the auto-outlining should be enabled or disabled.