CRichEditCtx.Unfreezemethod
Decrements the freeze count.
Syntax
FUNCTION Unfreeze () AS LONG
Return value
The updated freeze count.
Description
Decrements the freeze count.
Remarks
If the freeze count goes to zero, screen updating is enabled. This method cannot decrement the count below zero, and no error occurs if it is executed with a zero freeze count.
Note, if edit collection is active, screen updating is suppressed, even if the freeze count is zero.
Reference
- Defined in AfxNova/CRichEditCtx.inc:4415
- Documented in Windows/WIndows Controls/RichEdit/CRichEditCtx Class.md
- Topic: CRichEditCtx Class