Retrieves the flag that allows changes in EmEditor to be redrawn or prevents changes in EmEditor to be redrawn. You can send this message explicitly or use the Editor_GetRedraw inline function.
EE_GET_REDRAW
wParam = (WPARAM) 0;
lParam = (LPARAM) 0;
None.
Returns TRUE if the current flag allows changes in EmEditor to be redrawn or prevents changes in EmEditor to be redrawn. Otherwise, returns FALSE.
Supported on Version 5.00 or later.