CMvcVisualPart::InvalidateVisual

virtual void CMvcVisualPart::InvalidateVisual(MvcVisualComponent* pVisual, BOOL bErase = TRUE, BOOL bRepairNow = 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

InvalidateRect