Called by a child control to indicate that the palette needs to be rendered.
protected boolean onNewPalette( boolean fForceBackground )
fForceBackground
If set to true, the palette is rendered. Otherwise, the palette is rendered only when this form has the input focus.
When a child control's palette is changed, the control calls the notifyPaletteChanged method. This class's implementation calls the onNewPaletteHandler, passing in true.
See Also notifyPaletteChange