Share via


CMFCStatusBar::InvalidatePaneContent

Invalidate the status bar pane and redraw its content.

void InvalidatePaneContent(
   int nIndex 
);

Parameters

  • [in] nIndex
    Specifies the index of the pane whose content is to be invalidated and redrawn.

Remarks

When the status bar is invalidated, it is marked for redrawing. Windows redraws it when the UpdateWindow method sends a WM_PAINT message to the OnPaint method.

Requirements

Header: afxstatusbar.h

See Also

Reference

CMFCStatusBar Class

Hierarchy Chart