Form.onNewPalette

Overview | Methods | This Package | All Packages

Form.onNewPalette

Called by a child control to indicate that the palette needs to be rendered.

Syntax

protected boolean onNewPalette( boolean fForceBackground )

Parameters

fForceBackground

If set to true, the palette is rendered. Otherwise, the palette is rendered only when this form has the input focus.

Remarks

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


Send feedback to MSDN.Look here for MSDN Online resources.