SECPanView::OnUpdateOverview

voidSECPanView::OnUpdateOverview(CView *pSender, LPARAMlHint, CObject *pHint, CDC *pOverviewDC, CWnd *pWndOverview)

When overview window is updated, invalidates all of the window or, using hints, only some regions for repainting. Override this function if you want to update only those regions that map to the modified portions of the document. To do this you must pass information about the modifications using the hint parameters.

Defined in: PANVIEW.CPP

Return Value

void

Parameters

pSender

View initiating the update.

lHint

Contains information about the modifications.

pHint

Points to an object containing information about the modifications.

pOverviewDC

Points to a device context for repainting the overview window.

pWndOverview

Points to the overview window to be repainted.

See Also

ShowOverviewWnd

HideOverviewWnd

UpdateOverviewWnd

SECPanView