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