Allows changes in EmEditor to be redrawn or prevents changes in EmEditor from being redrawn. You can use this inline function or explicitly send the EE_REDRAW message.
Editor_Redraw( HWND hwnd, BOOL bRedraw );
hwnd
Specifies the window handle of the view or frame of EmEditor.
bRedraw
Specifies the redraw state. If this parameter is TRUE, the content can be redrawn after a change. If this parameter is FALSE, the content cannot be redrawn after a change.
The return value is not used.
Send feedback on this topic to Emurasoft