CMvcVisualPart::InvalidateVisual
virtual voidCMvcVisualPart::InvalidateVisual(MvcVisualComponent*pVisual, BOOLbErase= TRUE, BOOLbRepairNow= FALSE)
Invalidates the specified visual component's entire rectangle.
Defined in: MvcVisualPart.h
Return Value
void
Parameters
pVisual
A pointer to a component to invalidate
Comments
This function invalidates the entire visual component rectangle of the component pointed to by pVisual.bErase
Should the visual part be completely erased prior to redraw
bRepairNow
Repair the invalid area immediately
See Also