SECListBoxEditor::ForcePaint
voidSECListBoxEditor::ForcePaint(void)
Forces a repaint.
Defined in: lstbxedt.h
Developer Notes
This method is provided for NT3.51 painting workaround. NT3.51 does not always properly receive WM_PAINT notifications (manifests as invisible buttons). You can workaround by directly firing the paint in response to the parent window's OnPaint handler.
See Also