void CBCGPEditCtrl::EnableAutoOutlining | ( | BOOL | bEnable = TRUE , |
BOOL | bUpdate = FALSE |
||
) |
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.
bEnable | Specifies whether the auto-outlining should be enabled or disabled. |
bUpdate | Specifies whether the outlining will be immediately updated. |