This instance method forces a palette object to repaint the specified cell area.
#define INCL_WINWORKPLACE #include <os2.h> WPPalette *somSelf; /* Pointer to the object on which the method is being invoked. */ PCELL pCell; /* Pointer to the cell within the palette that needs repainting. */ BOOL rc; /* Success indicator. */ rc = _wpRedrawCell(somSelf, pCell);