Editor_Redraw

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 );

Parameters

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.

Return Values

The return value is not used.